Author: ochikvina
Date: 2009-06-16 11:25:49 -0400 (Tue, 16 Jun 2009)
New Revision: 14623
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/header_component_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes
descriptions;
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/header_component_attributes.ent
===================================================================
---
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/header_component_attributes.ent 2009-06-16
15:25:32 UTC (rev 14622)
+++
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/header_component_attributes.ent 2009-06-16
15:25:49 UTC (rev 14623)
@@ -2,13 +2,13 @@
<property>
<name>headerStyle</name>
<classname>java.lang.String</classname>
- <description>The component header style</description>
+ <description>Holds a fragment of a style sheet that applies to the
component header</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>The component header style class</description>
+ <description>Assigns one or more CSS class names to the component
header</description>
</property>
</properties>