Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / grid / property-grid.html
1 <html>\r
2 <head>\r
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
4     <title>Property Grid Example</title>\r
5 \r
6     <!-- ** CSS ** -->\r
7     <!-- base library -->\r
8     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
9 \r
10     <!-- overrides to base library -->\r
11 \r
12     <!-- page specific -->\r
13     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
14 \r
15     <style type="text/css">\r
16 \r
17     </style>\r
18 \r
19     <!-- ** Javascript ** -->\r
20     <!-- ExtJS library: base/adapter -->\r
21     <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
22 \r
23     <!-- ExtJS library: all widgets -->\r
24     <script type="text/javascript" src="../../ext-all.js"></script>\r
25 \r
26     <!-- overrides to base library -->\r
27 \r
28     <!-- extensions -->\r
29 \r
30     <!-- page specific -->\r
31     <script type="text/javascript" src="../shared/examples.js"></script>\r
32     <script type="text/javascript" src="property-grid.js"></script>\r
33 \r
34 </head>\r
35 <body>\r
36     <h1>Property Grid Example</h1>\r
37     <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
38     <p>Note that the js is not minified so it is readable. See <a href="property-grid.js">property-grid.js</a>.</p>\r
39     \r
40     <p id="button-container"></p>\r
41     <div id="prop-grid"></div>\r
42 </body>\r
43 </html>