[richfaces-svn-commits] JBoss Rich Faces SVN: r4522 - in branches/3.1.x/ui/listShuttle/src/main: templates/org/richfaces and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 5 19:29:55 EST 2007


Author: nbelaevski
Date: 2007-12-05 19:29:55 -0500 (Wed, 05 Dec 2007)
New Revision: 4522

Modified:
   branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml
   branches/3.1.x/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx
Log:
style attributes added

Modified: branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml	2007-12-06 00:29:49 UTC (rev 4521)
+++ branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml	2007-12-06 00:29:55 UTC (rev 4522)
@@ -22,21 +22,9 @@
 			</superclass>
 		</tag>
 		
-		<!--
-		<taghandler>
-			<classname>org.ajax4jsf.tag.TestHandler</classname>
-		</taghandler>
-		-->
 		&ui_component_attributes;
-		<!--
-		<property>
-			<name>param</name>
-			<classname>java.lang.String</classname>
-			<description>
-			</description>
-			<defaultvalue>"default"</defaultvalue>
-		</property>
-        -->
+       	&html_style_attributes;
+
         <property hidden="true" exist="true">
         	<name>value</name>
         </property>

Modified: branches/3.1.x/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx
===================================================================
--- branches/3.1.x/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx	2007-12-06 00:29:49 UTC (rev 4521)
+++ branches/3.1.x/ui/listShuttle/src/main/templates/org/richfaces/htmlListShuttle.jspx	2007-12-06 00:29:55 UTC (rev 4522)
@@ -29,7 +29,8 @@
 	</h:scripts>
 	
 	<f:clientId var="clientId"/>
-	<table id="#{clientId}" class="rich-list-shuttle">
+	<table id="#{clientId}" class="rich-list-shuttle #{component.attributes['styleClass']}" 
+			x:passThruWithExclusions="id, class, styleClass">
 		<tbody>
 			<vcp:body>
 				<f:clientId var="clientId"/>




More information about the richfaces-svn-commits mailing list