Author: bleathem
Date: 2011-11-07 17:59:25 -0500 (Mon, 07 Nov 2011)
New Revision: 22906
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-Unattached_tool-tips.xml_sample
Log:
RFPL-1477: Some small fixes to the rich:tooltip examples
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-11-07
22:35:51 UTC (rev 22905)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Advanced_tool-tip_usage.xml_sample 2011-11-07
22:59:25 UTC (rev 22906)
@@ -1,5 +1,5 @@
<h:commandLink value="Simple Link" id="link">
- <rich:tooltip followMouse="true" direction="top-right"
mode="ajax" value="#{bean.toolTipContent}"
+ <rich:tooltip followMouse="true" direction="topRight"
mode="ajax" value="#{bean.toolTipContent}"
horizontalOffset="5" verticalOffset="5"
layout="block">
<f:facet name="defaultContent">
<f:verbatim>Loading...</f:verbatim>
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
22:35:51 UTC (rev 22905)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richtoolTip-Unattached_tool-tips.xml_sample 2011-11-07
22:59:25 UTC (rev 22906)
@@ -1,4 +1,4 @@
-<rich:panel id="panelId"
onclick="#{rich:component("tooltipId")}.show(event);" />
+<rich:panel id="panelId"
onclick="#{rich:component('tooltipId')}.show(event);" />
<h:form>
<rich:tooltip id="toolTipId" attached="false" value="This
is a tool-tip."/>
Show replies by date