Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / grid / property.html
1 <html>
2 <head>
3 <title>Property Grid</title>
4 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
5 <link rel="stylesheet" type="text/css" href="../shared/example.css" />
6 <script type="text/javascript" src="../../bootstrap.js"></script>
7 <script type="text/javascript" src="property.js"></script>
8 </head>
9 <body>
10     <h1>Property Grid Example</h1>
11     <p>This example shows how to create a property grid from an object.</p>
12     <p>Note that the js is not minified so it is readable. See <a href="property.js">property.js</a>.</p>
13 </body>
14 <div id="button-container"></div>
15 <p></p>
16 <div id="grid-container"></div>
17 </html>