Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / grid / cell-editing.html
1 <html>
2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>Cell Editing Grid Example</title>
5     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
7     <link rel="stylesheet" type="text/css" href="../ux/css/CheckHeader.css" />
8     <script type="text/javascript" src="../../bootstrap.js"></script>
9
10     <script type="text/javascript" src="cell-editing.js"></script>
11 </head>
12 <body>
13     <h1>Cell Editing Grid Example</h1>
14     <p>This example shows how to enable users to edit the contents of a grid.</p>
15     <p>Note that the js is not minified so it is readable. See <a href="cell-editing.js">cell-editing.js</a>.</p>
16     <div id="editor-grid"></div>
17 </body>
18 </html>