JBoss Rich Faces SVN: r14683 - branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-20 10:50:01 -0400 (Sat, 20 Jun 2009)
New Revision: 14683
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/content_component_attributes.ent
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/content_component_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/content_component_attributes.ent 2009-06-20 14:49:15 UTC (rev 14682)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/content_component_attributes.ent 2009-06-20 14:50:01 UTC (rev 14683)
@@ -8,7 +8,7 @@
<property>
<name>contentClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the component content</description>
+ <description>Assigns one or more space-separated CSS class names to the component content</description>
</property>
</properties>
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-20 14:49:15 UTC (rev 14682)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/header_component_attributes.ent 2009-06-20 14:50:01 UTC (rev 14683)
@@ -8,7 +8,7 @@
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the component header</description>
+ <description>Assigns one or more space-separated CSS class names to the component header</description>
</property>
</properties>
15 years, 6 months
JBoss Rich Faces SVN: r14682 - branches/community/3.3.X/ui/message/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-20 10:49:15 -0400 (Sat, 20 Jun 2009)
New Revision: 14682
Modified:
branches/community/3.3.X/ui/message/src/main/config/component/message.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
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-20 14:48:28 UTC (rev 14681)
+++ branches/community/3.3.X/ui/message/src/main/config/component/message.xml 2009-06-20 14:49:15 UTC (rev 14682)
@@ -125,7 +125,7 @@
<name>errorClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message with a severity class of "ERROR"
+ Assigns one or more space-separated CSS class names to the message with a severity class of "ERROR"
</description>
</property>
@@ -133,7 +133,7 @@
<name>fatalClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message with a severity class of "FATAL"
+ Assigns one or more space-separated CSS class names to the message with a severity class of "FATAL"
</description>
</property>
@@ -141,7 +141,7 @@
<name>infoClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message with a severity class of "INFO"
+ Assigns one or more space-separated CSS class names to the message with a severity class of "INFO"
</description>
</property>
@@ -149,7 +149,7 @@
<name>styleClass</name>
<classname>java.lang.String</classname>
<description>
- Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup
+ Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute.
</description>
</property>
@@ -157,14 +157,14 @@
<name>style</name>
<classname>java.lang.String</classname>
<description>
- The CSS style for message
+ Holds a fragment of a style sheet that applies to the component
</description>
</property>
<property>
<name>warnClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message with a severity class of "WARN"
+ Assigns one or more space-separated CSS class names to the message with a severity class of "WARN"
</description>
</property>
@@ -172,7 +172,7 @@
<name>errorMarkerClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message marker with a severity class of "ERROR"
+ Assigns one or more space-separated CSS class names to the message marker with a severity class of "ERROR"
</description>
</property>
@@ -180,7 +180,7 @@
<name>warnClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message with a severity class of "WARN"
+ Assigns one or more space-separated CSS class names to the message with a severity class of "WARN"
</description>
</property>
@@ -193,7 +193,7 @@
<name>fatalMarkerClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message marker with a severity class of "FATAL"
+ Assigns one or more space-separated CSS class names to the message marker with a severity class of "FATAL"
</description>
</property>
@@ -201,7 +201,7 @@
<name>infoMarkerClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message marker with a severity class of "INFO"
+ Assigns one or more space-separated CSS class names to the message marker with a severity class of "INFO"
</description>
</property>
@@ -209,7 +209,7 @@
<name>warnMarkerClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply any message marker with a severity class of "WARN"
+ Assigns one or more space-separated CSS class names to the message marker with a severity class ofS "WARN"
</description>
</property>
@@ -217,7 +217,7 @@
<name>markerClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to marker
+ Assigns one or more space-separated CSS class names to the message marker
</description>
</property>
@@ -225,7 +225,7 @@
<name>markerStyle</name>
<classname>java.lang.String</classname>
<description>
- CSS style(s) is/are to be applied to marker when this component is rendered
+ Holds a fragment of a style sheet that applies to the message marker
</description>
</property>
@@ -233,7 +233,7 @@
<name>errorLabelClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message label with a severity class of "ERROR"
+ Assigns one or more space-separated CSS class names to the message label with a severity class of "ERROR"
</description>
</property>
@@ -241,7 +241,7 @@
<name>fatalLabelClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message label with a severity class of "FATAL"
+ Assigns one or more space-separated CSS class names to the message label with a severity class of "FATAL"
</description>
</property>
@@ -249,7 +249,7 @@
<name>infoLabelClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message label with a severity class of "INFO"
+ Assigns one or more space-separated CSS class names to the message label with a severity class of "INFO"
</description>
</property>
@@ -257,7 +257,7 @@
<name>warnLabelClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message label with a severity class of "WARN"
+ Assigns one or more space-separated CSS class names to the message label with a severity class of "WARN"
</description>
</property>
@@ -265,7 +265,7 @@
<name>labelClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to label
+ Assigns one or more space-separated CSS class names to the message label
</description>
</property>
@@ -423,7 +423,7 @@
<name>errorClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message with a severity class of "ERROR"
+ Assigns one or more space-separated CSS class names to the messages with a severity class of "ERROR"
</description>
</property>
@@ -431,7 +431,7 @@
<name>fatalClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message with a severity class of "FATAL"
+ Assigns one or more space-separated CSS class names to the messages with a severity class of "FATAL"
</description>
</property>
@@ -439,7 +439,7 @@
<name>infoClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message with a severity class of "INFO"
+ Assigns one or more space-separated CSS class names to the messages with a severity class of "INFO"
</description>
</property>
@@ -447,7 +447,7 @@
<name>styleClass</name>
<classname>java.lang.String</classname>
<description>
- Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup
+ Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML 'class' attribute.
</description>
</property>
@@ -455,14 +455,14 @@
<name>style</name>
<classname>java.lang.String</classname>
<description>
- The CSS style for message
+ Holds a fragment of a style sheet that applies to the component
</description>
</property>
<property>
<name>warnClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message with a severity class of "WARN"
+ Assigns one or more space-separated CSS class names to the messages with a severity class of "WARN"
</description>
</property>
@@ -470,7 +470,7 @@
<name>errorMarkerClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message marker with a severity class of "ERROR"
+ Assigns one or more space-separated CSS class names to the messages marker with a severity class of "ERROR"
</description>
</property>
@@ -478,7 +478,7 @@
<name>warnClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message with a severity class of "WARN"
+ Assigns one or more space-separated CSS class names to the messages with a severity class of "WARN"
</description>
</property>
@@ -494,7 +494,7 @@
<name>fatalMarkerClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message marker with a severity class of "FATAL"
+ Assigns one or more space-separated CSS class names to the messages markers with a severity class of "FATAL"
</description>
</property>
@@ -502,7 +502,7 @@
<name>infoMarkerClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message marker with a severity class of "INFO"
+ Assigns one or more space-separated CSS class names to the messages markers with a severity class of "INFO"
</description>
</property>
@@ -510,7 +510,7 @@
<name>warnMarkerClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply any message marker with a severity class of "WARN"
+ Assigns one or more space-separated CSS class names to the messages markers with a severity class of "WARN"
</description>
</property>
@@ -518,7 +518,7 @@
<name>markerClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to marker
+ Assigns one or more space-separated CSS class names to the messages markers
</description>
</property>
@@ -526,7 +526,7 @@
<name>markerStyle</name>
<classname>java.lang.String</classname>
<description>
- CSS style(s) is/are to be applied to marker when this component is rendered
+ Holds a fragment of a style sheet that applies to the messages markers
</description>
</property>
@@ -534,7 +534,7 @@
<name>errorLabelClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message label with a severity class of "ERROR"
+ Assigns one or more space-separated CSS class names to the messages labels with a severity class of "ERROR"
</description>
</property>
@@ -542,7 +542,7 @@
<name>fatalLabelClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message label with a severity class of "FATAL"
+ Assigns one or more space-separated CSS class names to the messages labels with a severity class of "FATAL"
</description>
</property>
@@ -550,7 +550,7 @@
<name>infoLabelClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message label with a severity class of "INFO"
+ Assigns one or more space-separated CSS class names to the messages labels with a severity class of "INFO"
</description>
</property>
@@ -558,7 +558,7 @@
<name>warnLabelClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to any message label with a severity class of "WARN"
+ Assigns one or more space-separated CSS class names to the messages labels with a severity class of "WARN"
</description>
</property>
@@ -566,7 +566,7 @@
<name>labelClass</name>
<classname>java.lang.String</classname>
<description>
- CSS style class to apply to label
+ Assigns one or more space-separated CSS class names to the messages labels
</description>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14681 - branches/community/3.3.X/ui/orderingList/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-20 10:48:28 -0400 (Sat, 20 Jun 2009)
New Revision: 14681
Modified:
branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml 2009-06-20 14:47:21 UTC (rev 14680)
+++ branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml 2009-06-20 14:48:28 UTC (rev 14681)
@@ -143,7 +143,10 @@
<name>rowClasses</name>
<classname>java.lang.String</classname>
<description>
- CSS class for a row
+ Assigns one or more space-separated CSS class names to the rows. If the CSS class names are comma-separated,
+ each class will be assigned to a particular row in the order they follow in the attribute. If you have less class names than rows,
+ the class will be applied to every n-fold row where n is the order in which the class is listed in the attribute.
+ If there are more class names than rows, the overflow ones are ignored.
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -151,7 +154,10 @@
<name>columnClasses</name>
<classname>java.lang.String</classname>
<description>
- CSS class for a column
+ Assigns one or more space-separated CSS class names to the columns. If the CSS class names are comma-separated,
+ each class will be assigned to a particular column in the order they follow in the attribute. If you have less class names than columns,
+ the class will be applied to every n-fold column where n is the order in which the class is listed in the attribute.
+ If there are more class names than columns, the overflow ones are ignored.
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14680 - branches/community/3.3.X/ui/suggestionbox/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-20 10:47:21 -0400 (Sat, 20 Jun 2009)
New Revision: 14680
Modified:
branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2009-06-20 14:36:24 UTC (rev 14679)
+++ branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2009-06-20 14:47:21 UTC (rev 14680)
@@ -130,8 +130,7 @@
<name>entryClass</name>
<classname>java.lang.String</classname>
<description>
- Name of the CSS class for a suggestion entry element.
- (table row)
+ Assigns one or more space-separated CSS class names to the suggestion entry elements (table rows)
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -139,7 +138,10 @@
<name>rowClasses</name>
<classname>java.lang.String</classname>
<description>
- A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. The styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again
+ Assigns one or more space-separated CSS class names to the rows. If the CSS class names are comma-separated,
+ each class will be assigned to a particular row in the order they follow in the attribute. If you have less class names than rows,
+ the class will be applied to every n-fold row where n is the order in which the class is listed in the attribute.
+ If there are more class names than rows, the overflow ones are ignored.
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -176,16 +178,14 @@
<name>selectedClass</name>
<classname>java.lang.String</classname>
<description>
- Name of the CSS class for a selected suggestion entry
- element (table row)
+ Assigns one or more space-separated CSS class names to the selected suggestion entry (table rows)
</description>
</property>
<property>
<name>selectValueClass</name>
<classname>java.lang.String</classname>
<description>
- Name of the CSS class for a selected suggestion entry
- element (table cell)
+ Assigns one or more space-separated CSS class names to the cells of the selected suggestion entry (table cells)
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -228,8 +228,7 @@
<name>popupClass</name>
<classname>java.lang.String</classname>
<description>
- HTML CSS class attribute of element for pop-up
- suggestion content
+ Assigns one or more space-separated CSS class names to the content of the pop-up suggestion element
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -237,8 +236,7 @@
<name>popupStyle</name>
<classname>java.lang.String</classname>
<description>
- HTML CSS style attribute of element for pop-up
- suggestion content
+ Holds a fragment of a style sheet that applies to the content of the pop-up suggestion element
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -246,7 +244,7 @@
<name>style</name>
<classname>java.lang.String</classname>
<description>
- CSS style(s) is/are to be applied when this component is rendered
+ Holds a fragment of a style sheet that applies to the component
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -254,7 +252,7 @@
<name>styleClass</name>
<classname>java.lang.String</classname>
<description>
- Corresponds to the HTML class attribute
+ Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute.
</description>
<defaultvalue>""</defaultvalue>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14679 - branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-20 10:36:24 -0400 (Sat, 20 Jun 2009)
New Revision: 14679
Modified:
branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
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-20 14:34:53 UTC (rev 14678)
+++ branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2009-06-20 14:36:24 UTC (rev 14679)
@@ -111,13 +111,13 @@
<property>
<name> inputClass </name>
<classname>java.lang.String</classname>
- <description> Class attribute for text field</description>
+ <description>Assigns one or more space-separated CSS class names to the component input field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> inputStyle </name>
<classname>java.lang.String</classname>
- <description> Style attribute for text field</description>
+ <description>Holds a fragment of a style sheet that applies to the component input field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<!--
15 years, 6 months
JBoss Rich Faces SVN: r14678 - branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-20 10:34:53 -0400 (Sat, 20 Jun 2009)
New Revision: 14678
Modified:
branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
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-20 14:33:39 UTC (rev 14677)
+++ branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2009-06-20 14:34:53 UTC (rev 14678)
@@ -130,13 +130,13 @@
<property>
<name> inputStyle </name>
<classname>java.lang.String</classname>
- <description>Style attribute for text field</description>
+ <description>Holds a fragment of a style sheet that applies to the component input field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> inputClass </name>
<classname>java.lang.String</classname>
- <description> Style Class attribute for a text field</description>
+ <description>Assigns one or more space-separated CSS class names to the component input field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -181,90 +181,90 @@
<property>
<name> style </name>
<classname>java.lang.String</classname>
- <description>Styles for main div element of the slider control
+ <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>Name of a CSS class </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>
<name> barStyle </name>
<classname>java.lang.String</classname>
- <description>Style for a slider control line
+ <description>Holds a fragment of a style sheet that applies to the component bar element
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> barClass </name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for the bar element</description>
+ <description>Assigns one or more space-separated CSS class names to the component bar element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> handleClass </name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for a control handle element</description>
+ <description>Assigns one or more space-separated CSS class names to the handle element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> handleSelectedClass </name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for a selected control handle element</description>
+ <description>Assigns one or more space-separated CSS class names to the handle element selected</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> tipStyle </name>
<classname>java.lang.String</classname>
- <description>A style for the tool tip element
+ <description> Holds a fragment of a style sheet that applies to the tool tip element of the handle
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name> tipClass </name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for the tool tip element</description>
+ <description>Assigns one or more space-separated CSS class names to the tool tip element of the handle</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>increaseStyle</name>
<classname>java.lang.String</classname>
- <description>A style for the increase arrow element
+ <description>Holds a fragment of a style sheet that applies to the increase arrow element
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>increaseClass</name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for increase arrow element</description>
+ <description>Assigns one or more space-separated CSS class names to the increase arrow element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>increaseSelectedClass</name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for a selected control increase arrow element</description>
+ <description>Assigns one or more space-separated CSS class names to the increase arrow element selected</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>decreaseStyle</name>
<classname>java.lang.String</classname>
- <description>A style for the decrease arrow element
+ <description>Holds a fragment of a style sheet that applies to the decrease arrow element
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>decreaseClass</name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for the decrease arrow element</description>
+ <description>Assigns one or more space-separated CSS class names to the decrease arrow element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>decreaseSelectedClass</name>
<classname>java.lang.String</classname>
- <description>A name of CSS class for a selected control decrease arrow element</description>
+ <description>Assigns one or more space-separated CSS class names to the decrease arrow element selected</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
15 years, 6 months
JBoss Rich Faces SVN: r14677 - branches/community/3.3.X/ui/inplaceSelect/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-20 10:33:39 -0400 (Sat, 20 Jun 2009)
New Revision: 14677
Modified:
branches/community/3.3.X/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- branches/community/3.3.X/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2009-06-20 14:32:34 UTC (rev 14676)
+++ branches/community/3.3.X/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2009-06-20 14:33:39 UTC (rev 14677)
@@ -276,45 +276,42 @@
<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>
</property>
<property>
<name>viewClass</name>
<classname>java.lang.String</classname>
- <description>Style class for view state</description>
+ <description>Assigns one or more space-separated CSS class names to the component in the view state</description>
</property>
<property>
<name>editClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for edit state</description>
+ <description>Assigns one or more space-separated CSS class names to the component in the edit state</description>
</property>
<property>
<name>changedClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for changed state</description>
+ <description>Assigns one or more space-separated CSS class names to the component in the changed state</description>
</property>
<property>
<name>controlClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for controls</description>
+ <description>Assigns one or more space-separated CSS class names to the component controls</description>
</property>
<property>
<name>viewHoverClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for hovered text in view
- state</description>
+ <description>Assigns one or more space-separated CSS class names to the component hovered in the view state</description>
</property>
<property>
<name>controlPressClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for controls
- pressed</description>
+ <description>Assigns one or more space-separated CSS class names to the component control pressed</description>
</property>
<property>
<name>controlHoverClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for hovered
- control</description>
+ <description>Assigns one or more space-separated CSS class names to the component control hovered</description>
</property>
&html_events;
&ui_component_attributes;
15 years, 6 months
JBoss Rich Faces SVN: r14676 - branches/community/3.3.X/ui/inplaceInput/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-20 10:32:34 -0400 (Sat, 20 Jun 2009)
New Revision: 14676
Modified:
branches/community/3.3.X/ui/inplaceInput/src/main/config/component/inplaceinput.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- branches/community/3.3.X/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2009-06-20 14:24:50 UTC (rev 14675)
+++ branches/community/3.3.X/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2009-06-20 14:32:34 UTC (rev 14676)
@@ -137,47 +137,47 @@
<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>
</property>
<property>
<name>viewClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for view state</description>
+ <description>Assigns one or more space-separated CSS class names to the component in the view state</description>
</property>
<property>
<name>editClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for edit state</description>
+ <description>Assigns one or more space-separated CSS class names to the component in the edit state</description>
</property>
<property>
<name>changedClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for changed state</description>
+ <description>Assigns one or more space-separated CSS class names to the component in the changed state</description>
</property>
<property>
<name>controlClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for controls</description>
+ <description>Assigns one or more space-separated CSS class names to the component controls</description>
</property>
<property>
<name>viewHoverClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for hovered text in view state</description>
+ <description>Assigns one or more space-separated CSS class names to the component hovered in the view state</description>
</property>
<property>
<name>changedHoverClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for hovered text in changed state</description>
+ <description>Assigns one or more space-separated CSS class names to the component hovered in the changed state</description>
</property>
<property>
<name>controlPressedClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for pressed press controls</description>
+ <description>Assigns one or more space-separated CSS class names to the component control pressed</description>
</property>
<property>
<name>controlHoverClass</name>
<classname>java.lang.String</classname>
- <description>CSS style class for hovered control</description>
+ <description>Assigns one or more space-separated CSS class names to the component control hovered</description>
</property>
<property>
<name>onchange</name>
15 years, 6 months
JBoss Rich Faces SVN: r14675 - branches/community/3.3.X/ui/fileUpload/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-20 10:24:50 -0400 (Sat, 20 Jun 2009)
New Revision: 14675
Modified:
branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml
===================================================================
--- branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml 2009-06-20 14:22:30 UTC (rev 14674)
+++ branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml 2009-06-20 14:24:50 UTC (rev 14675)
@@ -105,72 +105,72 @@
<property>
<name>addButtonClass</name>
<classname>java.lang.String</classname>
- <description>CSS style for add button</description>
+ <description>Assigns one or more space-separated CSS class names to the component 'Add' button</description>
</property>
<property>
<name>addButtonClassDisabled</name>
<classname>java.lang.String</classname>
- <description>CSS style for add button disabled</description>
+ <description>Assigns one or more space-separated CSS class names to the component 'Add' button disabled</description>
</property>
<property>
<name>uploadButtonClass</name>
<classname>java.lang.String</classname>
- <description>CSS style for upload button</description>
+ <description>Assigns one or more space-separated CSS class names to the component 'Upload' button</description>
</property>
<property>
<name>uploadButtonClassDisabled</name>
<classname>java.lang.String</classname>
- <description>CSS style for upload button disabled</description>
+ <description>Assigns one or more space-separated CSS class names to the component 'Upload' button disabled</description>
</property>
<property>
<name>stopButtonClass</name>
<classname>java.lang.String</classname>
- <description>CSS style for cancel button</description>
+ <description>Assigns one or more space-separated CSS class names to the component 'Cancel' button</description>
</property>
<property>
<name>stopButtonClassDisabled</name>
<classname>java.lang.String</classname>
- <description>CSS style for cancel button disabled</description>
+ <description>Assigns one or more space-separated CSS class names to the component 'Cancel' button disabled</description>
</property>
<property>
<name>cleanButtonClass</name>
<classname>java.lang.String</classname>
- <description>CSS style for clean button</description>
+ <description>Assigns one or more space-separated CSS class names to the component 'Clean' button</description>
</property>
<property>
<name>cleanButtonClassDisabled</name>
<classname>java.lang.String</classname>
- <description>CSS style for clean button disabled</description>
+ <description>Assigns one or more space-separated CSS class names to the component 'Clean' button disabled</description>
</property>
<property>
<name>uploadListClass</name>
<classname>java.lang.String</classname>
- <description>CSS style for upload list</description>
+ <description>Assigns one or more space-separated CSS class names to the upload list</description>
</property>
<property>
<name>uploadListClassDisabled</name>
<classname>java.lang.String</classname>
- <description>CSS style for upload list disabled</description>
+ <description>Assigns one or more space-separated CSS class names to the upload list disabled</description>
</property>
<property>
<name>fileEntryClass</name>
<classname>java.lang.String</classname>
- <description>CSS style upload file entry</description>
+ <description>Assigns one or more space-separated CSS class names to the file entries</description>
</property>
<property>
<name>fileEntryClassDisabled</name>
<classname>java.lang.String</classname>
- <description>CSS style upload file entry disabled</description>
+ <description>Assigns one or more space-separated CSS class names to the file entries disabled</description>
</property>
<property>
<name>fileEntryControlClass</name>
<classname>java.lang.String</classname>
- <description>CSS style for upload enrty control</description>
+ <description>Assigns one or more space-separated CSS class names to the controls of the file entries</description>
</property>
<property>
<name>fileEntryControlClassDisabled</name>
<classname>java.lang.String</classname>
- <description>CSS style for upload enrty control disabled</description>
+ <description>Assigns one or more space-separated CSS class names to the disabled controls of the file entries</description>
</property>
<property>
<name>fileUploadListener</name>
15 years, 6 months
JBoss Rich Faces SVN: r14674 - branches/community/3.3.X/ui/combobox/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-20 10:22:30 -0400 (Sat, 20 Jun 2009)
New Revision: 14674
Modified:
branches/community/3.3.X/ui/combobox/src/main/config/component/combobox.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/combobox/src/main/config/component/combobox.xml
===================================================================
--- branches/community/3.3.X/ui/combobox/src/main/config/component/combobox.xml 2009-06-20 14:21:00 UTC (rev 14673)
+++ branches/community/3.3.X/ui/combobox/src/main/config/component/combobox.xml 2009-06-20 14:22:30 UTC (rev 14674)
@@ -155,100 +155,100 @@
<property>
<name>listStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style rules to be applied to popup list</description>
+ <description>Holds a fragment of a style sheet that applies to the component popup list</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>listClass</name>
<classname>java.lang.String</classname>
- <description>Style Class attribute for the popup list</description>
+ <description>Assigns one or more space-separated CSS class names to the component popup list</description>
</property>
<property>
<name>inputStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style rules to be applied to input field</description>
+ <description>Holds a fragment of a style sheet that applies to the component input field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>inputClass</name>
<classname>java.lang.String</classname>
- <description>Style Class attribute for the input field</description>
+ <description>Assigns one or more space-separated CSS class names to the component input field</description>
</property>
<property>
<name>inputDisabledStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style rules to be applied to disabled input</description>
+ <description>Holds a fragment of a style sheet that applies to the component input field disabled</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>inputDisabledClass</name>
<classname>java.lang.String</classname>
- <description>Style Class attribute for the disabled input</description>
+ <description>Assigns one or more space-separated CSS class names to the component input field disabled</description>
</property>
<property>
<name>inputInactiveStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style rules to be applied to inactive input</description>
+ <description>Holds a fragment of a style sheet that applies to the component inactive input field</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>inputInactiveClass</name>
<classname>java.lang.String</classname>
- <description>Style Class attribute for the inactive input</description>
+ <description>Assigns one or more space-separated CSS class names to the component inactive input field</description>
</property>
<property>
<name>itemClass</name>
<classname>java.lang.String</classname>
- <description>Style Class attribute for the items</description>
+ <description>Assigns one or more space-separated CSS class names to the component items</description>
</property>
<property>
<name>itemSelectedClass</name>
<classname>java.lang.String</classname>
- <description>Style Class attribute for the selected item</description>
+ <description>Assigns one or more space-separated CSS class names to the component selected item</description>
</property>
<property>
<name>buttonStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style rules to be applied to button</description>
+ <description>Holds a fragment of a style sheet that applies to the component button</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>buttonClass</name>
<classname>java.lang.String</classname>
- <description>Style Class attribute for the button</description>
+ <description>Assigns one or more space-separated CSS class names to the component button</description>
</property>
<property>
<name>buttonDisabledStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style rules to be applied to disabled button</description>
+ <description>Holds a fragment of a style sheet that applies to the component button disabled</description>
</property>
<property>
<name>buttonDisabledClass</name>
<classname>java.lang.String</classname>
- <description>Style Class attribute for the disabled button</description>
+ <description>Assigns one or more space-separated CSS class names to the component button disabled</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>buttonInactiveStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style rules to be applied to inactive button</description>
+ <description>Holds a fragment of a style sheet that applies to the component inactive button</description>
</property>
<property>
<name>buttonInactiveClass</name>
<classname>java.lang.String</classname>
- <description>Style Class attribute for the inactive button</description>
+ <description>Assigns one or more space-separated CSS class names to the component inactive button</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<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>
15 years, 6 months