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>
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>
14 <div id="button-container"></div>
16 <div id="grid-container"></div>