property.html 658 B

1234567891011121314151617181920
  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. <!-- GC -->
  7. <script type="text/javascript" src="../../ext-all.js"></script>
  8. <script type="text/javascript" src="property.js"></script>
  9. </head>
  10. <body>
  11. <h1>Property Grid Example</h1>
  12. <p>This example shows how to create a property grid from an object.</p>
  13. <p>Note that the js is not minified so it is readable. See <a href="property.js">property.js</a>.</p>
  14. </body>
  15. <div id="button-container"></div>
  16. <p></p>
  17. <div id="grid-container"></div>
  18. </html>