]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/grid/locking-cell-editing-grid.html
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / grid / locking-cell-editing-grid.html
CommitLineData
6527f429
DM
1<!DOCTYPE html>\r
2<html>\r
3<head>\r
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">\r
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\r
7 <title>Locking Column Cell Editing Example</title>\r
8 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
9 <script type="text/javascript" src="../shared/include-ext.js"></script>\r
10 <script type="text/javascript" src="../shared/options-toolbar.js"></script>\r
11\r
12 <!-- page specific -->\r
13 <script type="text/javascript" src="locking-cell-editing-grid.js"></script>\r
14</head>\r
15<body>\r
16 <h1>Locking Column Cell Editing Example</h1>\r
17 <p>This example shows how to edit a locking Panel using cell editing. Editing is limited to the "unlocked" side.</p>\r
18 <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>\r
19 <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>\r
20 <div id="grid-example"></div>\r
21</body>\r
22</html>\r