[
https://issues.jboss.org/browse/RFPL-1434?page=com.atlassian.jira.plugin....
]
Lukáš Fryč updated RFPL-1434:
-----------------------------
Description:
http://docs.jboss.org/richfaces/nightly_4_0_X/Component_Reference/en-US/h...
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/h...
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/h...
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