| Author |
need to render tooltip with <f:selectItems> used with <h:selectOneMenu>
|
Jagdeep Bains
Greenhorn
Joined: Feb 24, 2011
Posts: 1
|
|
Can Any body suggest how can I render tooltip for list for values rendered by my following code , I am new to JSF and need to render tooltip for my dropdown items.
I am rendering List "Active"(yes/ no) using <f:selectItems> and need tooltip for the same.
------------------------------------------
If it is not possible to do it directly, how can i customize <f:selectItems> to render tooltip.
Thanks,
Jagdeep Singh
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14561
|
|
|
The RichFaces JSF extension tagset has a tooltip tag that can be applied to most rectangular regions (which is what most controls are built as).
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: need to render tooltip with <f:selectItems> used with <h:selectOneMenu>
|
|
|