/ext-4.1.0_b3/examples/grid/cell-editing.html
https://bitbucket.org/srogerf/javascript · HTML · 21 lines · 17 code · 3 blank · 1 comment · 0 complexity · 2ce6defbc49742f4c70be8d221e1998a MD5 · raw file
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Cell Editing Grid Example</title>
- <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
- <link rel="stylesheet" type="text/css" href="../shared/example.css" />
- <link rel="stylesheet" type="text/css" href="../ux/css/CheckHeader.css" />
- <!-- GC -->
- <script type="text/javascript" src="../../ext-all.js"></script>
- <script type="text/javascript" src="cell-editing.js"></script>
- </head>
- <body>
- <h1>Cell Editing Grid Example</h1>
- <p>This example shows how to enable users to edit the contents of a grid.</p>
- <p>Note that the js is not minified so it is readable. See <a href="cell-editing.js">cell-editing.js</a>.</p>
- <div id="editor-grid"></div>
- </body>
- </html>