3 <title>The source code</title>
\r
4 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
5 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
7 <body onload="prettyPrint();">
\r
8 <pre class="prettyprint lang-js">Ext.onReady(function(){
\r
9 var btn = Ext.get("create-grid");
\r
10 btn.on("click", function(){
\r
11 btn.dom.disabled = true;
\r
14 var grid = new Ext.ux.grid.TableGrid("the-table", {
\r
15 stripeRows: true // stripe alternate rows
\r