Author: bleathem
Date: 2011-10-11 14:48:05 -0400 (Tue, 11 Oct 2011)
New Revision: 22784
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Advanced_tool-tip_usage.xml_sample
Log:
RF-11374: Replaced rich:toolTip with rich:tooltip
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Advanced_tool-tip_usage.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Advanced_tool-tip_usage.xml_sample 2011-10-11
15:17:38 UTC (rev 22783)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Advanced_tool-tip_usage.xml_sample 2011-10-11
18:48:05 UTC (rev 22784)
@@ -1,8 +1,8 @@
<h:commandLink value="Simple Link" id="link">
- <rich:toolTip followMouse="true" direction="top-right"
mode="ajax" value="#{bean.toolTipContent}"
+ <rich:tooltip followMouse="true" direction="top-right"
mode="ajax" value="#{bean.toolTipContent}"
horizontalOffset="5" verticalOffset="5"
layout="block">
<f:facet name="defaultContent">
<f:verbatim>Loading...</f:verbatim>
</f:facet>
- </rich:toolTip>
+ </rich:tooltip>
</h:commandLink>