UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

23 lines (21 loc) 1.18 kB
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10, user-scalable=yes"> <title>Locking Column Cell Editing Example</title> <link rel="stylesheet" type="text/css" href="../shared/examples.css" /> <script type="text/javascript" src="../shared/include-ext.js"></script> <script type="text/javascript" src="../shared/options-toolbar.js"></script> <!-- page specific --> <script type="text/javascript" src="locking-cell-editing-grid.js"></script> </head> <body> <h1>Locking Column Cell Editing Example</h1> <p>This example shows how to edit a locking Panel using cell editing. Editing is limited to the "unlocked" side.</p> <p>It is not possible to lock <i>all</i> columns using the user interface. The unlocked side must always contain at least one column.</p> <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> <div id="grid-example"></div> </body> </html>