locking-cell-editing-grid.html 849 B

123456789101112131415161718
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Locking Column Cell Editing 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. <script type="text/javascript" src="../../ext-all.js"></script>
  8. <!-- page specific -->
  9. <script type="text/javascript" src="locking-cell-editing-grid.js"></script>
  10. </head>
  11. <body>
  12. <h1>Locking Column Cell Editing Example</h1>
  13. <p>This example shows how to edit a locking Panel using cell editing. Editing is limited to the "unlocked" side.</p>
  14. <p>Note that the js is not minified so it is readable. See <a href="locking-cell-editing-grid.js">locking-editing-grid.js</a>.</p>
  15. <div id="grid-example"></div>
  16. </body>
  17. </html>