[richfaces-svn-commits] JBoss Rich Faces SVN: r14625 - branches/community/3.3.X/ui/tree/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Jun 16 11:27:53 EDT 2009
Author: ochikvina
Date: 2009-06-16 11:27:53 -0400 (Tue, 16 Jun 2009)
New Revision: 14625
Modified:
branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeAttributes.ent
branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeAttributes.ent
===================================================================
--- branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeAttributes.ent 2009-06-16 15:26:18 UTC (rev 14624)
+++ branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeAttributes.ent 2009-06-16 15:27:53 UTC (rev 14625)
@@ -18,12 +18,12 @@
<property>
<name>selectedClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute. Applied to selected node</description>
+ <description>Assigns one or more CSS class names to the component selected node</description>
</property>
<property>
<name>highlightedClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute. Applied to highlighted node</description>
+ <description> Assigns one or more CSS class names to the component highlighted node</description>
</property>
<property>
<name>reRender</name>
Modified: branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml
===================================================================
--- branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml 2009-06-16 15:26:18 UTC (rev 14624)
+++ branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml 2009-06-16 15:27:53 UTC (rev 14625)
@@ -162,7 +162,7 @@
<property>
<name>nodeClass</name>
<classname>java.lang.String</classname>
- <description>Name of node CSS class</description>
+ <description> Assigns one or more CSS class names to the component node</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
More information about the richfaces-svn-commits
mailing list