examples/resizable/basic.js
authorChris <chris@roojs.com>
Mon, 25 Nov 2013 10:10:12 +0000 (18:10 +0800)
committerChris <chris@roojs.com>
Mon, 25 Nov 2013 10:10:12 +0000 (18:10 +0800)
examples/resizable/basic.js

index 3964848..de45333 100644 (file)
@@ -112,18 +112,18 @@ var ResizableExample = {
 //            }
 //        });
         
-        this.multi = new Roo.Resizable('multi-box', {
-            
-            width: 595,
-            height: 200,
-            minWidth:20,
-            minHeight:20,
-            handles: 'se',
-            dynamic: true,
-            draggable: true,
-            resizeChild: false
-            
-        });
+//        this.multi = new Roo.Resizable('multi-box', {
+//            
+//            width: 595,
+//            height: 200,
+//            minWidth:20,
+//            minHeight:20,
+//            handles: 'se',
+//            dynamic: true,
+//            draggable: true,
+//            resizeChild: false
+//            
+//        });
     },
     multi : Roo.emptyFn
 };