[richfaces-svn-commits] JBoss Rich Faces SVN: r5709 - trunk/sandbox/ui/pickList/src/main/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 29 11:21:54 EST 2008


Author: vmolotkov
Date: 2008-01-29 11:21:54 -0500 (Tue, 29 Jan 2008)
New Revision: 5709

Modified:
   trunk/sandbox/ui/pickList/src/main/templates/htmlPickList.jspx
Log:
pickList component

Modified: trunk/sandbox/ui/pickList/src/main/templates/htmlPickList.jspx
===================================================================
--- trunk/sandbox/ui/pickList/src/main/templates/htmlPickList.jspx	2008-01-29 16:21:15 UTC (rev 5708)
+++ trunk/sandbox/ui/pickList/src/main/templates/htmlPickList.jspx	2008-01-29 16:21:54 UTC (rev 5709)
@@ -22,6 +22,7 @@
 			scripts/LayoutManager.js
 			scripts/Control.js,
 			scripts/ListBase.js,
+			scripts/OrderingList.js,
 			scripts/ListShuttle.js,
 			scripts/PickList.js
 	</h:scripts>
@@ -160,8 +161,6 @@
 																  			new Richfaces.PickList.Source('#{clientId}', '#{clientId}internal_tab', '#{clientId}internal_header_tab', '#{clientId}focusKeeper', undefined, Richfaces.PickList.Source.SelectItem, #{this:getColumnClassesAsJSArray(context, component)}, #{this:getRowClassesAsJSArray(context, component)}), 
 																  			"#{clientId}", listShuttleCotrolsIdPrefix, "#{switchByClick}", sourceLayoutManager, targetLayoutManager, #{this:getAsEventHandler(context, component, "onlistchanged")},
 																  			"#{clientId}valueKeeper");
-								var sourceLayoutManager = new LayoutManager('#{clientId}internal_header_tab', '#{clientId}internal_tab');
-								var targetLayoutManager = new LayoutManager('#{clientId}tlInternal_header_tab', '#{clientId}tlInternal_tab');
 								sourceLayoutManager.widthSynchronization();
 								targetLayoutManager.widthSynchronization();
 							});




More information about the richfaces-svn-commits mailing list