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));
Show replies by date