You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/10/20 01:41:59 UTC

svn commit: r465948 - /incubator/xap/trunk/src/xap/widgets/dojo/TreeTable.js

Author: jmargaris
Date: Thu Oct 19 18:41:56 2006
New Revision: 465948

URL: http://svn.apache.org/viewvc?view=rev&rev=465948
Log:
no longer extends scroll pane

Modified:
    incubator/xap/trunk/src/xap/widgets/dojo/TreeTable.js

Modified: incubator/xap/trunk/src/xap/widgets/dojo/TreeTable.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/widgets/dojo/TreeTable.js?view=diff&rev=465948&r1=465947&r2=465948
==============================================================================
--- incubator/xap/trunk/src/xap/widgets/dojo/TreeTable.js (original)
+++ incubator/xap/trunk/src/xap/widgets/dojo/TreeTable.js Thu Oct 19 18:41:56 2006
@@ -28,8 +28,6 @@
 Xap.require("dojo.html");
 Xap.require("dojo.style");
 Xap.require("dojo.event");
-
-Xap.require("xap.widgets.dojo.ScrollPane");
 Xap.require("xap.util.ArrayHelper");
 
 //IMPORTANT move this to some shared area
@@ -55,7 +53,7 @@
 	this._rebuildTableLater();
 }
 
-dojo.inherits(xap.widgets.dojo.TreeTable,xap.widgets.dojo.ScrollPane);
+dojo.inherits(xap.widgets.dojo.TreeTable,dojo.widget.HtmlWidget);
 
 dojo.lang.extend(xap.widgets.dojo.TreeTable, {
 	//TODO calc padding after laying out headers?