Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / grid / cell-editing.html
diff --git a/examples/grid/cell-editing.html b/examples/grid/cell-editing.html
new file mode 100644 (file)
index 0000000..42f05a5
--- /dev/null
@@ -0,0 +1,18 @@
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Cell Editing Grid Example</title>
+    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
+    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
+    <link rel="stylesheet" type="text/css" href="../ux/css/CheckHeader.css" />
+    <script type="text/javascript" src="../../bootstrap.js"></script>
+
+    <script type="text/javascript" src="cell-editing.js"></script>
+</head>
+<body>
+    <h1>Cell Editing Grid Example</h1>
+    <p>This example shows how to enable users to edit the contents of a grid.</p>
+    <p>Note that the js is not minified so it is readable. See <a href="cell-editing.js">cell-editing.js</a>.</p>
+    <div id="editor-grid"></div>
+</body>
+</html>
\ No newline at end of file