[richfaces-svn-commits] JBoss Rich Faces SVN: r1083 - trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 7 11:39:23 EDT 2007


Author: abelevich
Date: 2007-06-07 11:39:23 -0400 (Thu, 07 Jun 2007)
New Revision: 1083

Modified:
   trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/ScrollableGrid.js
Log:


Modified: trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/ScrollableGrid.js
===================================================================
--- trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/ScrollableGrid.js	2007-06-07 15:33:37 UTC (rev 1082)
+++ trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/ScrollableGrid.js	2007-06-07 15:39:23 UTC (rev 1083)
@@ -24,13 +24,14 @@
 			{pane: GridLayout_Enum.FOOTER,	ref: this.client_id +"_" +  "GridFooterTemplate"}
 		];			
 		this.init2 = this.init.bindAsEventListener(this);
+		
 //		this.init()
 	},
+
+// initialize parent Grid	
 	
 	init: function(){
-
 		ClientUI.controls.grid.ScrollableGrid.parentClass.constructor().call(this, this.client_id, this.dataModel, this.templates);
-		
 		var progress = new ClientUI.common.box.SplashBox(this.splash_id, null, 300, true);
 		this.setProgressCtrl(progress);
 		Event.observe(this.eventOnSort, "on sort",  this.onSorted.bindAsEventListener(this));




More information about the richfaces-svn-commits mailing list