Author: ochikvina
Date: 2009-06-23 11:37:04 -0400 (Tue, 23 Jun 2009)
New Revision: 14693
Modified:
branches/community/3.3.X/ui/contextMenu/src/main/config/component/contextMenu.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are
corrected;
Modified:
branches/community/3.3.X/ui/contextMenu/src/main/config/component/contextMenu.xml
===================================================================
---
branches/community/3.3.X/ui/contextMenu/src/main/config/component/contextMenu.xml 2009-06-23
15:36:37 UTC (rev 14692)
+++
branches/community/3.3.X/ui/contextMenu/src/main/config/component/contextMenu.xml 2009-06-23
15:37:04 UTC (rev 14693)
@@ -161,7 +161,7 @@
<name>selectItemStyle</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the component selected
item
+ CSS style rules to be applied to the component selected item
</description>
</property>
@@ -178,7 +178,7 @@
<name>disabledItemStyle</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the component disabled
item
+ CSS style rules to be applied to the component disabled item
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -196,7 +196,7 @@
<name>itemStyle</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the component item
+ CSS style rules to be applied to the component item
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>