[richfaces-svn-commits] JBoss Rich Faces SVN: r14702 - branches/community/3.3.X/ui/menu-components/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Jun 23 11:44:07 EDT 2009
Author: ochikvina
Date: 2009-06-23 11:44:07 -0400 (Tue, 23 Jun 2009)
New Revision: 14702
Modified:
branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml 2009-06-23 15:43:19 UTC (rev 14701)
+++ branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml 2009-06-23 15:44:07 UTC (rev 14702)
@@ -123,7 +123,7 @@
<property>
<name>selectStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component selected items</description>
+ <description>CSS style rules to be applied to the component selected items</description>
</property>
<property>
<name>selectClass</name>
@@ -133,7 +133,7 @@
<property>
<name>iconStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component icon element</description>
+ <description>CSS style rules to be applied to the component icon element</description>
</property>
<property>
<name>iconClass</name>
@@ -273,7 +273,7 @@
<property>
<name>selectStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the selected item</description>
+ <description>CSS style rules to be applied to the selected item</description>
</property>
<property>
<name>iconClass</name>
@@ -283,7 +283,7 @@
<property>
<name>iconStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component icon element</description>
+ <description>CSS style rules to be applied to the component icon element</description>
</property>
<property>
<name>labelClass</name>
More information about the richfaces-svn-commits
mailing list