[richfaces-svn-commits] JBoss Rich Faces SVN: r2175 - in trunk/ui/simpleTogglePanel/src/main: templates and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Aug 9 10:17:55 EDT 2007


Author: sergeyhalipov
Date: 2007-08-09 10:17:54 -0400 (Thu, 09 Aug 2007)
New Revision: 2175

Modified:
   trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
   trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
Log:
http://jira.jboss.com/jira/browse/RF-571

Modified: trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
--- trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml	2007-08-09 14:01:04 UTC (rev 2174)
+++ trunk/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml	2007-08-09 14:17:54 UTC (rev 2175)
@@ -41,7 +41,7 @@
 	    	<description>Width of a simple toggle panel might be defined as pixels or in percents.
 	    	By default width is not defined
 	    	</description>	
-	    	<defaultvalue><![CDATA["100%"]]></defaultvalue>    	
+	    	<defaultvalue><![CDATA[""]]></defaultvalue>    	
 	    </property>
 		<property>
 			<name>actionExpression</name>

Modified: trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
===================================================================
--- trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx	2007-08-09 14:01:04 UTC (rev 2174)
+++ trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx	2007-08-09 14:17:54 UTC (rev 2175)
@@ -48,7 +48,7 @@
             ]]></jsp:scriptlet>
 
             <div id="#{clientId}_switch_on"
-                 style="position : absolute; top: 0px; right: 5px; display: #{this:getSwitchOnStatus(context, component)};">
+                 style="position : absolute; top: 0px; right: 15px; display: #{this:getSwitchOnStatus(context, component)};">
                 <jsp:scriptlet><![CDATA[
                     if(component.getFacet("closeMarker")!=null && component.getFacet("closeMarker").isRendered()) {
                 ]]></jsp:scriptlet>
@@ -60,7 +60,7 @@
                 ]]></jsp:scriptlet>
             </div>
             <div id="#{clientId}_switch_off"
-                 style="position : absolute; top: 0px; right: 5px; display: #{this:getSwitchOffStatus(context, component)};">
+                 style="position : absolute; top: 0px; right: 15px; display: #{this:getSwitchOffStatus(context, component)};">
                 <jsp:scriptlet><![CDATA[
                     if(component.getFacet("openMarker")!=null && component.getFacet("openMarker").isRendered()) {
                 ]]></jsp:scriptlet>




More information about the richfaces-svn-commits mailing list