/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

  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. <!-- GC -->
  9. <script type="text/javascript" src="../../ext-all.js"></script>
  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>