Hello!

Are there plans to to tooltip support for inputText (like ADF)? Because I'm newbe in JSF & MyFaces I can not quickly implement this simple solution.

As I see it:
we need two attributes, tooltip (the text that will be shown) and tooltipStyleClass.

Logic of the renderer:
        If tooltip is null - render as standard, else render as
<table cellpadding='0' cellspacing='2' border='0'>
        <tr><td> <input element> </td></tr>
        <tr><td> <tooltip text> </td></tr>
</table>

Bruno, may be You have time to implement this?

With respect,
        Boris

Reply via email to