Author: bleathem
Date: 2011-11-07 15:00:41 -0500 (Mon, 07 Nov 2011)
New Revision: 22897
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Attaching_the_tool-tip.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-0.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-1.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample
Log:
RFPL-1496: Replaced rich:toolTip use with rich:tooltip in the examples
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Attaching_the_tool-tip.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Attaching_the_tool-tip.xml_sample 2011-11-07
19:52:07 UTC (rev 22896)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Attaching_the_tool-tip.xml_sample 2011-11-07
20:00:41 UTC (rev 22897)
@@ -2,4 +2,4 @@
...
</rich:panel>
-<rich:toolTip value="This is a tool-tip." target="panelId"/>
+<rich:tooltip value="This is a tool-tip." target="panelId"/>
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-0.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-0.xml_sample 2011-11-07
19:52:07 UTC (rev 22896)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-0.xml_sample 2011-11-07
20:00:41 UTC (rev 22897)
@@ -1,3 +1,3 @@
<rich:panel>
- <rich:toolTip value="This is a tool-tip."/>
+ <rich:tooltip value="This is a tool-tip."/>
</rich:panel>
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-1.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-1.xml_sample 2011-11-07
19:52:07 UTC (rev 22896)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Defining_tool-tip_content-1.xml_sample 2011-11-07
20:00:41 UTC (rev 22897)
@@ -1,5 +1,5 @@
<rich:panel>
- <rich:toolTip>
+ <rich:tooltip>
This is a <b>tool-tip</b>.
- </rich:toolTip>
+ </rich:tooltip>
</rich:panel>
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample 2011-11-07
19:52:07 UTC (rev 22896)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample 2011-11-07
20:00:41 UTC (rev 22897)
@@ -1,5 +1,5 @@
<rich:panel id="panelId"
onclick="#{rich:component("tooltipId")}.show(event);" />
<a4j:form>
- <rich:toolTip id="toolTipId" attached="false" value="This
is a tool-tip."/>
+ <rich:tooltip id="toolTipId" attached="false" value="This
is a tool-tip."/>
</a4j:form>
Show replies by date