Author: ochikvina
Date: 2009-06-23 11:37:27 -0400 (Tue, 23 Jun 2009)
New Revision: 14694
Modified:
branches/community/3.3.X/ui/core/src/main/config/component/status.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are
corrected;
Modified: branches/community/3.3.X/ui/core/src/main/config/component/status.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/status.xml 2009-06-23
15:37:04 UTC (rev 14693)
+++ branches/community/3.3.X/ui/core/src/main/config/component/status.xml 2009-06-23
15:37:27 UTC (rev 14694)
@@ -119,14 +119,14 @@
<name>startStyle</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the element displayed when a
request is in progress
+ CSS style rules to be applied to the element displayed when a request is in progress
</description>
</property>
<property>
<name>stopStyle</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the element displayed on a request
completion
+ CSS style rules to be applied to the element displayed on a request completion
</description>
</property>