Author: ochikvina
Date: 2009-06-20 10:21:00 -0400 (Sat, 20 Jun 2009)
New Revision: 14673
Modified:
branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes
descriptions;
Modified: branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml
===================================================================
--- branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml 2009-06-20
14:18:16 UTC (rev 14672)
+++ branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml 2009-06-20
14:21:00 UTC (rev 14673)
@@ -31,13 +31,13 @@
<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>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>styleClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute</description>
+ <description>Assigns one or more space-separated CSS class names to the
component. Corresponds to the HTML "class"
attribute.</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property hidden="true">