Author: vkukharchuk
Date: 2007-08-29 11:59:36 -0400 (Wed, 29 Aug 2007)
New Revision: 2584
Modified:
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
http://jira.jboss.com/jira/browse/RF-447
Modified:
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
---
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2007-08-29
15:58:32 UTC (rev 2583)
+++
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2007-08-29
15:59:36 UTC (rev 2584)
@@ -188,7 +188,8 @@
<property>
<name>scriptVar</name>
<classname>java.lang.String</classname>
- <description></description>
+ <description>Name of JavaScript variable corresponding to component
+ </description>
</property>
<property>
@@ -217,18 +218,16 @@
The attribute provides access to a component state on the client side
</description>
</property>
-<!--
+
<property>
<name>sortListener</name>
- <classname>javax.faces.el.MethodBinding</classname>
- <methodargs>
- java.lang.Object.class
- </methodargs>
+ <classname>org.richfaces.event.sort.SortListener</classname>
+
<description>
MethodBinding representing an action listener method that will be
notified after sorting of rows
</description>
</property>
--->
+
&ajax_component_attributes;
&ui_component_attributes;
&ui_data_attributes;