[richfaces-svn-commits] JBoss Rich Faces SVN: r14584 - branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 10 11:06:28 EDT 2009


Author: ochikvina
Date: 2009-06-10 11:06:28 -0400 (Wed, 10 Jun 2009)
New Revision: 14584

Modified:
   branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_style_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - rewriting the 'style' and 'styleClass' attributes descriptions;

Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_style_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_style_attributes.ent	2009-06-10 14:39:03 UTC (rev 14583)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_style_attributes.ent	2009-06-10 15:06:28 UTC (rev 14584)
@@ -2,12 +2,12 @@
     <property>
         <name>style</name>
         <classname>java.lang.String</classname>
-        <description>CSS style(s) is/are to be applied when this component is rendered</description>
+        <description>Holds a fragment of a style sheet that applies to the component</description>
     </property>
     <property>
         <name>styleClass</name>
         <classname>java.lang.String</classname>
-        <description>Corresponds to the HTML class attribute</description>
+        <description>Assigns one or more CSS class names to the component. Corresponds to the HTML &quot;class&quot; attribute.</description>
     </property>
     
     




More information about the richfaces-svn-commits mailing list