Author: ilya_shaikovsky
Date: 2008-01-22 07:24:41 -0500 (Tue, 22 Jan 2008)
New Revision: 5530
Modified:
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/tooltipUsage.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/withTable.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-1961
Modified:
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/tooltipUsage.xhtml
===================================================================
---
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/tooltipUsage.xhtml 2008-01-22
12:17:56 UTC (rev 5529)
+++
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/tooltipUsage.xhtml 2008-01-22
12:24:41 UTC (rev 5530)
@@ -36,7 +36,7 @@
</p>
</rich:panel>
<rich:panel id="sample2" styleClass="tooltip-text">
- <rich:toolTip followMouse="true" direction="top-right"
delay="500" styleClass="tooltip" style="width:250px">
+ <rich:toolTip followMouse="true" direction="top-right"
showDelay="500" styleClass="tooltip"
style="width:250px">
<span style="white-space:nowrap">
This tool-tip content also <strong>pre-rendered</strong> to the
page.<br/>
However, the look of this tool-tip is customized<br/>
Modified:
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/withTable.xhtml
===================================================================
---
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/withTable.xhtml 2008-01-22
12:17:56 UTC (rev 5529)
+++
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/withTable.xhtml 2008-01-22
12:24:41 UTC (rev 5530)
@@ -45,7 +45,7 @@
<h:outputText value="Make"/>
</f:facet>
<h:outputText id="make" value="#{vehicle.make}" >
- <rich:toolTip direction="top-right" mode="ajax"
delay="30" styleClass="tooltip" immediate="true"
layout="block">
+ <rich:toolTip direction="top-right" mode="ajax"
showDelay="300" styleClass="tooltip" immediate="true"
layout="block">
<a4j:actionparam name="key" value="#{row}"
assignTo="#{toolTipData.currentVehicleIndex}" />
<h:panelGrid columns="4">