[richfaces-svn-commits] JBoss Rich Faces SVN: r2081 - trunk/ui/tooltip/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 6 12:32:12 EDT 2007


Author: dbiatenia
Date: 2007-08-06 12:32:12 -0400 (Mon, 06 Aug 2007)
New Revision: 2081

Modified:
   trunk/ui/tooltip/src/main/config/component/toolTip.xml
Log:
default direction is det in 'bottom-right' now.

Modified: trunk/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/ui/tooltip/src/main/config/component/toolTip.xml	2007-08-06 15:55:58 UTC (rev 2080)
+++ trunk/ui/tooltip/src/main/config/component/toolTip.xml	2007-08-06 16:32:12 UTC (rev 2081)
@@ -102,7 +102,7 @@
 	    	<name>direction</name>
 	    	<classname>java.lang.String</classname>
 	    	<description>Defines direction of the popup list to appear (top-right, top-left bottom-right, bottom-left, auto(default))</description>
-	    	<defaultvalue><![CDATA["top-right"]]></defaultvalue>
+	    	<defaultvalue><![CDATA["bottom-right"]]></defaultvalue>
 	    </property> 
 	    <property>
 	    	<name>followmouse</name>




More information about the richfaces-svn-commits mailing list