Author: vmolotkov
Date: 2008-07-21 10:25:27 -0400 (Mon, 21 Jul 2008)
New Revision: 9718
Modified:
trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
Log:
https://jira.jboss.org/jira/browse/RF-2613
Modified:
trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
===================================================================
---
trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js 2008-07-21
14:17:55 UTC (rev 9717)
+++
trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js 2008-07-21
14:25:27 UTC (rev 9718)
@@ -418,5 +418,9 @@
result[i] = this.selectedItems[i].item;
}
return result;
+ },
+
+ getItems : function() {
+ return this.shuttleTbody.rows;
}
}
\ No newline at end of file