Well... I am leaving on monday on vacation for three weeks so I am
sorry... And, I am not the only developer here :D. Other might have
more time, and everybody can create a component and provide a patch to
the sandbox, where the componentn will be tested and evaluated...
Moreover, Oracle is in talks with Myfaces and they have officially
anounced that they are going to contribute their ADF components to the
Myfaces project and join as commiters, so stay connected ;-)

Regards,

Bruno

2005/8/5, Boris Kovalenko <[EMAIL PROTECTED]>:
> 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