Author: smukhina
Date: 2009-06-09 10:41:24 -0400 (Tue, 09 Jun 2009)
New Revision: 14567
Modified:
branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
https://jira.jboss.org/jira/browse/RF-7310 ScrollableDataTable: selectionMode attribute
desription is corrected
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-09
13:37:54 UTC (rev 14566)
+++
branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2009-06-09
14:41:24 UTC (rev 14567)
@@ -204,7 +204,7 @@
<property>
<name>selectionMode</name>
<classname>org.richfaces.model.SelectionMode</classname>
- <description>SelectionMode is an enumeration of the possible selection modes.
Default value is "multi"</description>
+ <description>Defines selection behaviour, provides an enumeration of the
possible selection modes. Default value is "multi"</description>
<defaultvalue>SelectionMode.multi</defaultvalue>
</property>