[richfaces-svn-commits] JBoss Rich Faces SVN: r5531 - branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 22 07:28:17 EST 2008


Author: ilya_shaikovsky
Date: 2008-01-22 07:28:16 -0500 (Tue, 22 Jan 2008)
New Revision: 5531

Modified:
   branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/tooltipUsage.xhtml
Log:
width attribute removed. Bug with text wrapping fixed.

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:24:41 UTC (rev 5530)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/examples/tooltipUsage.xhtml	2008-01-22 12:28:16 UTC (rev 5531)
@@ -36,7 +36,7 @@
 		</p>
 	</rich:panel>
 	<rich:panel id="sample2" styleClass="tooltip-text">
-		<rich:toolTip followMouse="true" direction="top-right" showDelay="500" styleClass="tooltip" style="width:250px">
+		<rich:toolTip followMouse="true" direction="top-right" showDelay="500" styleClass="tooltip">
 			<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/>




More information about the richfaces-svn-commits mailing list