[richfaces-svn-commits] JBoss Rich Faces SVN: r14611 - branches/community/3.3.X/docs/common-resources/en/src/main/xslt.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 15 06:47:30 EDT 2009


Author: ochikvina
Date: 2009-06-15 06:47:29 -0400 (Mon, 15 Jun 2009)
New Revision: 14611

Modified:
   branches/community/3.3.X/docs/common-resources/en/src/main/xslt/f.xsl
Log:
https://jira.jboss.org/jira/browse/RF-6233 - adding 'columnClasses' and 'rowClasses' to the list of JSF attributes;

Modified: branches/community/3.3.X/docs/common-resources/en/src/main/xslt/f.xsl
===================================================================
--- branches/community/3.3.X/docs/common-resources/en/src/main/xslt/f.xsl	2009-06-12 23:58:42 UTC (rev 14610)
+++ branches/community/3.3.X/docs/common-resources/en/src/main/xslt/f.xsl	2009-06-15 10:47:29 UTC (rev 14611)
@@ -112,7 +112,7 @@
 				,onblur,onchange,onclick,ondblclick,onfocus,onkeydown,onkeypress,onkeyup,onmousedown,onmousemove,onmouseout,onmouseover,onmouseup,onreset,onsubmit, </xsl:variable>
 			
 			<xsl:variable name="jsf-attributes">
-			,id,binding,rendered,styleClass,value,valueChangeListener,converter,validator,required, </xsl:variable>
+				,id,binding,rendered,styleClass,value,valueChangeListener,converter,validator,required,columnClasses,rowClasses,</xsl:variable>
 			
 			<xsl:variable name="onselect-custom-attribute">
 				,menuItem,colorPicker,suggestionbox, </xsl:variable>




More information about the richfaces-svn-commits mailing list