Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / grid / property-grid.html
diff --git a/examples/grid/property-grid.html b/examples/grid/property-grid.html
new file mode 100644 (file)
index 0000000..9fce121
--- /dev/null
@@ -0,0 +1,43 @@
+<html>\r
+<head>\r
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
+    <title>Property Grid Example</title>\r
+\r
+    <!-- ** CSS ** -->\r
+    <!-- base library -->\r
+    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
+\r
+    <!-- overrides to base library -->\r
+\r
+    <!-- page specific -->\r
+    <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
+\r
+    <style type="text/css">\r
+\r
+    </style>\r
+\r
+    <!-- ** Javascript ** -->\r
+    <!-- ExtJS library: base/adapter -->\r
+    <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
+\r
+    <!-- ExtJS library: all widgets -->\r
+    <script type="text/javascript" src="../../ext-all.js"></script>\r
+\r
+    <!-- overrides to base library -->\r
+\r
+    <!-- extensions -->\r
+\r
+    <!-- page specific -->\r
+    <script type="text/javascript" src="../shared/examples.js"></script>\r
+    <script type="text/javascript" src="property-grid.js"></script>\r
+\r
+</head>\r
+<body>\r
+    <h1>Property Grid Example</h1>\r
+    <p>This example shows how to create a <a href="http://extjs.com/deploy/dev/docs/?class=Ext.grid.PropertyGrid">Property Grid</a>.</p>\r
+    <p>Note that the js is not minified so it is readable. See <a href="property-grid.js">property-grid.js</a>.</p>\r
+    \r
+    <p id="button-container"></p>\r
+    <div id="prop-grid"></div>\r
+</body>\r
+</html>
\ No newline at end of file