JBoss Rich Faces SVN: r14703 - branches/community/3.3.X/ui/message/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:44:54 -0400 (Tue, 23 Jun 2009)
New Revision: 14703
Modified:
branches/community/3.3.X/ui/message/src/main/config/component/message.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/message/src/main/config/component/message.xml
===================================================================
--- branches/community/3.3.X/ui/message/src/main/config/component/message.xml 2009-06-23 15:44:07 UTC (rev 14702)
+++ branches/community/3.3.X/ui/message/src/main/config/component/message.xml 2009-06-23 15:44:54 UTC (rev 14703)
@@ -157,7 +157,7 @@
<name>style</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the component
+ CSS style rules to be applied to the component
</description>
</property>
<property>
@@ -225,7 +225,7 @@
<name>markerStyle</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the message marker
+ CSS style rules to be applied to the message marker
</description>
</property>
@@ -455,7 +455,7 @@
<name>style</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the component
+ CSS style rules to be applied to the component
</description>
</property>
<property>
@@ -526,7 +526,7 @@
<name>markerStyle</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the messages markers
+ CSS style rules to be applied to the messages markers
</description>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14702 - branches/community/3.3.X/ui/menu-components/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
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>
15 years, 6 months
JBoss Rich Faces SVN: r14701 - branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:43:19 -0400 (Tue, 23 Jun 2009)
New Revision: 14701
Modified:
branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
--- branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2009-06-23 15:42:44 UTC (rev 14700)
+++ branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2009-06-23 15:43:19 UTC (rev 14701)
@@ -117,7 +117,7 @@
<property>
<name> inputStyle </name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component input field</description>
+ <description>CSS style rules to be applied to the component input field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<!--
15 years, 6 months
JBoss Rich Faces SVN: r14700 - branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:42:44 -0400 (Tue, 23 Jun 2009)
New Revision: 14700
Modified:
branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
--- branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2009-06-23 15:42:23 UTC (rev 14699)
+++ branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2009-06-23 15:42:44 UTC (rev 14700)
@@ -130,7 +130,7 @@
<property>
<name> inputStyle </name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component input field</description>
+ <description>CSS style rules to be applied to the component input field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -181,7 +181,7 @@
<property>
<name> style </name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component
+ <description>CSS style rules to be applied to the component
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -194,7 +194,7 @@
<property>
<name> barStyle </name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component bar element
+ <description>CSS style rules to be applied to the component bar element
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -219,7 +219,7 @@
<property>
<name> tipStyle </name>
<classname>java.lang.String</classname>
- <description> Holds a fragment of a style sheet that applies to the tool tip element of the handle
+ <description>CSS style rules to be applied to the tool tip element of the handle
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -232,7 +232,7 @@
<property>
<name>increaseStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the increase arrow element
+ <description>CSS style rules to be applied to the increase arrow element
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -251,7 +251,7 @@
<property>
<name>decreaseStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the decrease arrow element
+ <description>CSS style rules to be applied to the decrease arrow element
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14699 - branches/community/3.3.X/ui/extendedDataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:42:23 -0400 (Tue, 23 Jun 2009)
New Revision: 14699
Modified:
branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
===================================================================
--- branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-06-23 15:41:24 UTC (rev 14698)
+++ branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-06-23 15:42:23 UTC (rev 14699)
@@ -129,7 +129,7 @@
<property>
<name>captionStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component caption</description>
+ <description>CSS style rules to be applied to the component caption</description>
</property>
<property>
<name>headerClass</name>
15 years, 6 months
JBoss Rich Faces SVN: r14698 - branches/community/3.3.X/ui/editor/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:41:24 -0400 (Tue, 23 Jun 2009)
New Revision: 14698
Modified:
branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
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-23 15:40:33 UTC (rev 14697)
+++ branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml 2009-06-23 15:41:24 UTC (rev 14698)
@@ -31,7 +31,7 @@
<property>
<name>style</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component</description>
+ <description>CSS style rules to be applied to the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
15 years, 6 months
JBoss Rich Faces SVN: r14697 - branches/community/3.3.X/ui/dropdown-menu/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:40:33 -0400 (Tue, 23 Jun 2009)
New Revision: 14697
Modified:
branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml 2009-06-23 15:39:13 UTC (rev 14696)
+++ branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml 2009-06-23 15:40:33 UTC (rev 14697)
@@ -158,7 +158,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>
@@ -175,7 +175,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>
@@ -219,7 +219,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>
15 years, 6 months
JBoss Rich Faces SVN: r14696 - branches/community/3.3.X/ui/dataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:39:13 -0400 (Tue, 23 Jun 2009)
New Revision: 14696
Modified:
branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml
branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml 2009-06-23 15:37:49 UTC (rev 14695)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml 2009-06-23 15:39:13 UTC (rev 14696)
@@ -98,7 +98,7 @@
<property>
<name>captionStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component caption</description>
+ <description>CSS style rules to be applied to the component caption</description>
</property>
<property>
<name>headerClass</name>
Modified: branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml 2009-06-23 15:37:49 UTC (rev 14695)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml 2009-06-23 15:39:13 UTC (rev 14696)
@@ -100,7 +100,7 @@
<property>
<name>captionStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component caption</description>
+ <description>CSS style rules to be applied to the component caption</description>
</property>
<property>
<name>headerClass</name>
15 years, 6 months
JBoss Rich Faces SVN: r14695 - branches/community/3.3.X/ui/datascroller/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:37:49 -0400 (Tue, 23 Jun 2009)
New Revision: 14695
Modified:
branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml 2009-06-23 15:37:27 UTC (rev 14694)
+++ branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml 2009-06-23 15:37:49 UTC (rev 14695)
@@ -132,13 +132,13 @@
<property>
<name>selectedStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the scroller selected cell
+ <description>CSS style rules to be applied to the scroller selected cell
</description>
</property>
<property>
<name>inactiveStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the scroller inactive cells
+ <description>CSS style rules to be applied to the scroller inactive cells
</description>
</property>
<property>
@@ -162,7 +162,7 @@
<property>
<name>tableStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the wrapper table element of the component
+ <description>CSS style rules to be applied to the wrapper table element of the component
</description>
</property>
@@ -176,7 +176,7 @@
<property>
<name>style</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component
+ <description>CSS style rules to be applied to the component
</description>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14694 - branches/community/3.3.X/ui/core/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
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>
15 years, 6 months