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

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri Apr 22 10:02:18 EDT 2011


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

Lukáš Fryč updated RFPL-1434:
-----------------------------

    Description: 
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}



  was:
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 value="" target="panelId">
    This is a tool-tip.
</rich:tooltip>
{code}





> 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č
>            Assignee: Sean Rogers
>
> 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