/ext-4.1.0_b3/examples/grid/cell-editing.html
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
9 <!-- GC -->
10
11 <script type="text/javascript" src="../../ext-all.js"></script>
12
13 <script type="text/javascript" src="cell-editing.js"></script>
14</head>
15<body>
16 <h1>Cell Editing Grid Example</h1>
17 <p>This example shows how to enable users to edit the contents of a grid.</p>
18 <p>Note that the js is not minified so it is readable. See <a href="cell-editing.js">cell-editing.js</a>.</p>
19 <div id="editor-grid"></div>
20</body>
21</html>