[richfaces-planning-issues] [JBoss JIRA] Updated: (RFPL-1434) Fix tooltip case and @value attribute

Jay Balunas (JIRA) jira-events at lists.jboss.org
Fri Jul 15 09:40:25 EDT 2011


     [ https://issues.jboss.org/browse/RFPL-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay Balunas updated RFPL-1434:
------------------------------

    Fix Version/s: 4.1.0.Final
                       (was: 4.1.0.Milestone1)


> Fix tooltip case and @value attribute
> -------------------------------------
>
>                 Key: RFPL-1434
>                 URL: https://issues.jboss.org/browse/RFPL-1434
>             Project: RichFaces Planning
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: doc
>    Affects Versions: 4.0.0.Final
>            Reporter: Lukáš Fryč
>            Priority: Trivial
>             Fix For: 4.1.0.Final
>
>
> http://docs.jboss.org/richfaces/nightly_4_0_X/Component_Reference/en-US/html/chap-Component_Reference-Output_and_messages.html#sect-Component_Reference-Output_and_messages-richtooltip
> 1. Replace all occurences of "rich:toolTip"  with "rich:tooltip".
> 2. Rewrite examples, rich:tooltip has no @value attribute anymore, you have to use following form:
> {code:XML}
> <rich:panel id="panelId">
> ...
> </rich:panel>
> <rich:tooltip target="panelId">
>     This is a tool-tip.
> </rich:tooltip>
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-planning-issues mailing list