JBoss Rich Faces SVN: r14623 - 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-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>
15 years, 6 months
JBoss Rich Faces SVN: r14622 - 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-16 11:25:32 -0400 (Tue, 16 Jun 2009)
New Revision: 14622
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/content_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-16 12:08:16 UTC (rev 14621)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/content_component_attributes.ent 2009-06-16 15:25:32 UTC (rev 14622)
@@ -2,13 +2,13 @@
<property>
<name>contentStyle</name>
<classname>java.lang.String</classname>
- <description>The component content style</description>
+ <description>Holds a fragment of a style sheet that applies to the component content</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>contentClass</name>
<classname>java.lang.String</classname>
- <description>The component content style class</description>
+ <description>Assigns one or more CSS class names to the component content</description>
</property>
</properties>
15 years, 6 months
JBoss Rich Faces SVN: r14621 - branches/community/3.3.X/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-06-16 08:08:16 -0400 (Tue, 16 Jun 2009)
New Revision: 14621
Added:
branches/community/3.3.X/docs/userguide/en/src/main/resources/images/commandButton_init.png
Log:
RF-7343: a4j:commandButton component description review
Added: branches/community/3.3.X/docs/userguide/en/src/main/resources/images/commandButton_init.png
===================================================================
(Binary files differ)
Property changes on: branches/community/3.3.X/docs/userguide/en/src/main/resources/images/commandButton_init.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 6 months
JBoss Rich Faces SVN: r14620 - in branches/sandbox/rf4_build: examples/trunk/components and 4 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-06-16 07:32:22 -0400 (Tue, 16 Jun 2009)
New Revision: 14620
Added:
branches/sandbox/rf4_build/examples/trunk/components/treemodel-demo/
branches/sandbox/rf4_build/ui/trunk/components/calendar/impl/
branches/sandbox/rf4_build/ui/trunk/components/tree/shared/
branches/sandbox/rf4_build/ui/trunk/components/tree/tree/
branches/sandbox/rf4_build/ui/trunk/components/tree/tree/api/
branches/sandbox/rf4_build/ui/trunk/components/tree/tree/ui/
branches/sandbox/rf4_build/ui/trunk/components/tree/treeModel/
Removed:
branches/sandbox/rf4_build/ui/trunk/components/tree/api/
branches/sandbox/rf4_build/ui/trunk/components/tree/ui/
Modified:
branches/sandbox/rf4_build/examples/trunk/pom.xml
branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
Log:
Meeting TODOs and changes committed
Modified: branches/sandbox/rf4_build/examples/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/pom.xml 2009-06-15 14:50:24 UTC (rev 14619)
+++ branches/sandbox/rf4_build/examples/trunk/pom.xml 2009-06-16 11:32:22 UTC (rev 14620)
@@ -50,6 +50,8 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
</dependency -->
+
+ <!-- TODO: move dependencies from version matrix to here -->
</dependencies>
<modules>
Copied: branches/sandbox/rf4_build/ui/trunk/components/tree/tree/api (from rev 14568, branches/sandbox/rf4_build/ui/trunk/components/tree/api)
Copied: branches/sandbox/rf4_build/ui/trunk/components/tree/tree/ui (from rev 14568, branches/sandbox/rf4_build/ui/trunk/components/tree/ui)
Modified: branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/pom.xml 2009-06-15 14:50:24 UTC (rev 14619)
+++ branches/sandbox/rf4_build/version-matrix/trunk/pom.xml 2009-06-16 11:32:22 UTC (rev 14620)
@@ -104,6 +104,7 @@
<scope>test</scope>
</dependency>
+ <!-- TODO: we may remove this now -->
<dependency>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>${example.componentName}-ui</artifactId>
@@ -172,6 +173,7 @@
</dependency>
<!-- -->
+ <!-- TODO: move to separate version matrix -->
<!-- Documentation dependencies -->
<dependency>
<groupId>net.sf.saxon</groupId>
15 years, 6 months
JBoss Rich Faces SVN: r14619 - branches/community/3.3.X/ui/dataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-15 10:50:24 -0400 (Mon, 15 Jun 2009)
New Revision: 14619
Modified:
branches/community/3.3.X/ui/dataTable/src/main/config/component/colgroup.xml
branches/community/3.3.X/ui/dataTable/src/main/config/component/columnAttributes.ent
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 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- branches/community/3.3.X/ui/dataTable/src/main/config/component/colgroup.xml 2009-06-15 14:48:33 UTC (rev 14618)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/colgroup.xml 2009-06-15 14:50:24 UTC (rev 14619)
@@ -42,16 +42,20 @@
<name>columnClasses</name>
<classname>java.lang.String</classname>
<description>
- Comma-delimited list of CSS style classes that are be applied to the columns of this table.
- A space separated list of classes may also be specified for any individual column.
- If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the position in the list after the value of the "columns" attribute are ignored
+ Assigns one or more space-separated CSS class names to the columns of the table. 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>
</property>
<property>
<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 of the table. 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>
</property>
<property disabled="false" hidden="true">
Modified: branches/community/3.3.X/ui/dataTable/src/main/config/component/columnAttributes.ent
===================================================================
--- branches/community/3.3.X/ui/dataTable/src/main/config/component/columnAttributes.ent 2009-06-15 14:48:33 UTC (rev 14618)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/columnAttributes.ent 2009-06-15 14:50:24 UTC (rev 14619)
@@ -25,13 +25,13 @@
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to any header generated for this table</description>
+ <description>Assigns one or more space-separated CSS class names to any header generated for this component</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>footerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to any footer generated for this table</description>
+ <description>Assigns one or more space-separated CSS class names to any footer generated for this component</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
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-15 14:48:33 UTC (rev 14618)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml 2009-06-15 14:50:24 UTC (rev 14619)
@@ -92,25 +92,25 @@
<property>
<name>captionClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to caption for this component</description>
+ <description>Assigns one or more space-separated CSS class names to the component caption</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>captionStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to caption when this component is rendered</description>
+ <description>Holds a fragment of a style sheet that applies to the component caption</description>
</property>
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to header for this component
+ <description>Assigns one or more space-separated CSS class names to the component header
</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>footerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to footer for this component
+ <description>Assigns one or more space-separated CSS class names to the component footer
</description>
<defaultvalue>""</defaultvalue>
</property>
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-15 14:48:33 UTC (rev 14618)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml 2009-06-15 14:50:24 UTC (rev 14619)
@@ -94,25 +94,25 @@
<property>
<name>captionClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to caption for this component</description>
+ <description>Assigns one or more space-separated CSS class names to the component caption</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>captionStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to caption when this component is rendered</description>
+ <description>Holds a fragment of a style sheet that applies to the component caption</description>
</property>
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to header for this component
+ <description>Assigns one or more space-separated CSS class names to the component header
</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>footerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to footer for this component
+ <description>Assigns one or more space-separated CSS class names to the component footer
</description>
<defaultvalue>""</defaultvalue>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14618 - branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-15 10:48:33 -0400 (Mon, 15 Jun 2009)
New Revision: 14618
Modified:
branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
--- branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2009-06-15 14:47:57 UTC (rev 14617)
+++ branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2009-06-15 14:48:33 UTC (rev 14618)
@@ -82,43 +82,43 @@
<name>styleClass</name>
<classname>java.lang.String</classname>
<description>
- The styleClass for the container div surrounding the component
+ Assigns one or more CSS class names to the container surrounding the component. Corresponds to the HTML "class" attribute.
</description>
</property>
<property>
<name>fieldStyleClass</name>
<classname>java.lang.String</classname>
<description>
- The styleClass for input that displays the value : manualInput must
- be "true"
+ Assigns one or more CSS class names to the component input field. The value of the "manualInput" attribute must
+ be "true".
</description>
</property>
<property>
<name>handleStyleClass</name>
<classname>java.lang.String</classname>
<description>
- The handleStyleClass for a handle
+ Assigns one or more CSS class names to the component handle
</description>
</property>
<property>
<name>trailerStyleClass</name>
<classname>java.lang.String</classname>
<description>
- The trailerStyleClass for a div following a handle
+ Assigns one or more CSS class names to the trailer following the component handle
</description>
</property>
<property>
<name>trackStyleClass</name>
<classname>java.lang.String</classname>
<description>
- The trackStyleClass for a background div
+ Assigns one or more CSS class names to the component track
</description>
</property>
<property>
<name>rangeStyleClass</name>
<classname>java.lang.String</classname>
<description>
- The rangeStyleClass for the background div showing a full range
+ Assigns one or more CSS class names to the background div element wrapping a full range
</description>
</property>
<property>
15 years, 6 months
JBoss Rich Faces SVN: r14617 - branches/community/3.3.X/ui/datascroller/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-15 10:47:57 -0400 (Mon, 15 Jun 2009)
New Revision: 14617
Modified:
branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
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-15 14:46:55 UTC (rev 14616)
+++ branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml 2009-06-15 14:47:57 UTC (rev 14617)
@@ -132,51 +132,51 @@
<property>
<name>selectedStyle</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML style attribute for the selected cell on scroller
+ <description>Holds a fragment of a style sheet that applies to the scroller selected cell
</description>
</property>
<property>
<name>inactiveStyle</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML style attribute for the inactive cell on scroller
+ <description>Holds a fragment of a style sheet that applies to the scroller inactive cells
</description>
</property>
<property>
<name>selectedStyleClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute for the selected cell on scroller
+ <description>Assigns one or more CSS class names to the scroller selected cell
</description>
</property>
<property>
<name>inactiveStyleClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute for the inactive cell on scroller
+ <description>Assigns one or more CSS class names to the scroller inactive cells
</description>
</property>
<property>
<name>tableStyleClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to outside table of this component
+ <description>Assigns one or more CSS class names to the wrapper table element of the component
</description>
</property>
<property>
<name>tableStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to outside table when this component is rendered
+ <description>Holds a fragment of a style sheet that applies to the wrapper table element of the component
</description>
</property>
<property>
<name>styleClass</name>
<classname>java.lang.String</classname>
- <description>Corresponds to the HTML class attribute
+ <description>Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
</description>
</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>Holds a fragment of a style sheet that applies to the component
</description>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14616 - branches/community/3.3.X/ui/extendedDataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-15 10:46:55 -0400 (Mon, 15 Jun 2009)
New Revision: 14616
Modified:
branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
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-15 14:45:39 UTC (rev 14615)
+++ branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-06-15 14:46:55 UTC (rev 14616)
@@ -85,12 +85,12 @@
<property>
<name>selectedClass</name>
<classname>java.lang.String</classname>
- <description> CSS class for selected rows </description>
+ <description>Assigns one or more CSS class names to the component rows selected</description>
</property>
<property>
<name>activeClass</name>
<classname>java.lang.String</classname>
- <description> CSS class for active row </description>
+ <description>Assigns one or more CSS class names to the component active row</description>
</property>
<property>
<name>ajaxKeys</name>
@@ -123,28 +123,24 @@
<property>
<name>captionClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be
- applied to caption for this component</description>
+ <description>Assigns one or more space-separated CSS class names to the component caption</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>captionStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to caption when this
- component is rendered</description>
+ <description>Holds a fragment of a style sheet that applies to the component caption</description>
</property>
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be
- applied to header for this component </description>
+ <description>Assigns one or more space-separated CSS class names to the component header</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>footerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be
- applied to footer for this component </description>
+ <description>Assigns one or more space-separated CSS class names to the component footer</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
15 years, 6 months
JBoss Rich Faces SVN: r14615 - 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-15 10:45:39 -0400 (Mon, 15 Jun 2009)
New Revision: 14615
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/spec_table_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/spec_table_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/spec_table_attributes.ent 2009-06-15 14:36:36 UTC (rev 14614)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/spec_table_attributes.ent 2009-06-15 14:45:39 UTC (rev 14615)
@@ -3,22 +3,28 @@
<property>
<name>columnClasses</name>
<classname>java.lang.String</classname>
- <description> Comma-delimited list of CSS style classes that are be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the position in the list after the value of the "columns" attribute are ignored</description>
+ <description>Assigns one or more space-separated CSS class names to the columns of the table. 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>
</property>
<property>
<name>footerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style class(es) that are be applied to any footer generated for this table</description>
+ <description>Assigns one or more space-separated CSS class names to any footer generated for this component</description>
</property>
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
- <description> Space-separated list of CSS style class(es) that are be applied to any header generated for this table</description>
+ <description>Assigns one or more space-separated CSS class names to any header generated for this component</description>
</property>
<property>
<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</description>
+ <description> Assigns one or more space-separated CSS class names to the rows of the table. 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>
</property>
</properties>
15 years, 6 months
JBoss Rich Faces SVN: r14614 - branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-15 10:36:36 -0400 (Mon, 15 Jun 2009)
New Revision: 14614
Modified:
branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;
Modified: branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
--- branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2009-06-15 14:34:02 UTC (rev 14613)
+++ branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2009-06-15 14:36:36 UTC (rev 14614)
@@ -91,7 +91,7 @@
<property>
<name>selectedClass</name>
<classname>java.lang.String</classname>
- <description>Name of the CSS class for a selected row</description>
+ <description>Assigns one or more CSS class names to the component rows selected</description>
</property>
<property>
@@ -106,7 +106,7 @@
<name>activeClass</name>
<classname>java.lang.String</classname>
<description>
- A CSS class to be applied to an active row
+ Assigns one or more CSS class names to the component active row
</description>
</property>
15 years, 6 months