3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Grid with RowEditor Example</title>
5 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6 <link rel="stylesheet" type="text/css" href="grid-examples.css" />
7 <!-- Common Styles for the examples -->
8 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
9 <link rel="stylesheet" type="text/css" href="../ux/css/RowEditor.css" />
10 <style type="text/css">
11 .x-grid3 .x-window-ml{
14 .x-grid3 .x-window-mr {
17 .x-grid3 .x-window-tl {
20 .x-grid3 .x-window-tr {
23 .x-grid3 .x-window-tc .x-window-header {
28 .x-grid3 .x-window-mc {
32 .x-grid3 .x-window-bl {
35 .x-grid3 .x-window-br {
38 .x-grid3 .x-panel-btns {
41 .x-grid3 .x-panel-btns td.x-toolbar-cell {
48 background-image: url(../shared/icons/fam/user_add.gif) !important;
51 background-image: url(../shared/icons/fam/user_delete.gif) !important;
55 <!-- GC --><!-- LIBS -->
56 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
57 <script type="text/javascript" src="../../ext-all.js"></script>
58 <script type="text/javascript" src="gen-names.js"></script>
59 <script type="text/javascript" src="../ux/RowEditor.js"></script>
60 <script type="text/javascript" src="row-editor.js"></script>
63 <h1>Row Editor Grid Example</h1>
65 This example shows how to create a grid with inline row based editing using a custom row-editor.
66 The example code <a href="row-editor.js">row-editor.js</a> is not minified, so it's readable.
69 To use this example, be sure to include the <a href="../ux/RowEditor.js">RowEditor.js</a> file.