[richfaces-svn-commits] JBoss Rich Faces SVN: r2792 - in trunk/test-applications/facelets/src/main: webapp/Tooltip and 1 other directory.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Sep 6 07:19:18 EDT 2007
Author: ayanul
Date: 2007-09-06 07:19:17 -0400 (Thu, 06 Sep 2007)
New Revision: 2792
Modified:
trunk/test-applications/facelets/src/main/java/tooltip/Tooltip.java
trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-677
Modified: trunk/test-applications/facelets/src/main/java/tooltip/Tooltip.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/tooltip/Tooltip.java 2007-09-06 11:19:10 UTC (rev 2791)
+++ trunk/test-applications/facelets/src/main/java/tooltip/Tooltip.java 2007-09-06 11:19:17 UTC (rev 2792)
@@ -28,7 +28,7 @@
disabled = false;
value = "tooltip";
mode = "client";
- direction = "auto";
+ direction = "top-right";
horizontalOffset = 0;
verticalOffset = 0;
delay = 0;
Modified: trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml 2007-09-06 11:19:10 UTC (rev 2791)
+++ trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml 2007-09-06 11:19:17 UTC (rev 2792)
@@ -111,7 +111,6 @@
<f:selectItem itemLabel="top-left" itemValue="top-left" />
<f:selectItem itemLabel="bottom-right" itemValue="bottom-right" />
<f:selectItem itemLabel="bottom-left" itemValue="bottom-left" />
- <f:selectItem itemLabel="auto" itemValue="auto" />
<a4j:support event="onclick" reRender="tooltipID" />
</h:selectOneRadio>
More information about the richfaces-svn-commits
mailing list