X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/from-markup.html diff --git a/docs/source/from-markup.html b/docs/source/from-markup.html deleted file mode 100644 index 0609383b..00000000 --- a/docs/source/from-markup.html +++ /dev/null @@ -1,24 +0,0 @@ - - - The source code - - - - -
Ext.onReady(function(){
-    var btn = Ext.get("create-grid");
-    btn.on("click", function(){
-        btn.dom.disabled = true;
-        
-        // create the grid
-        var grid = new Ext.ux.grid.TableGrid("the-table", {
-            stripeRows: true // stripe alternate rows
-        });
-        grid.render();
-    }, false, {
-        single: true
-    }); // run once
-});
-
- - \ No newline at end of file