3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
\r
4 <title>Property Grid Example</title>
\r
7 <!-- base library -->
\r
8 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
\r
10 <!-- overrides to base library -->
\r
12 <!-- page specific -->
\r
13 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
\r
15 <style type="text/css">
\r
19 <!-- ** Javascript ** -->
\r
20 <!-- ExtJS library: base/adapter -->
\r
21 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
\r
23 <!-- ExtJS library: all widgets -->
\r
24 <script type="text/javascript" src="../../ext-all.js"></script>
\r
26 <!-- overrides to base library -->
\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
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
40 <p id="button-container"></p>
\r
41 <div id="prop-grid"></div>
\r