dependency.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <title>Ext Dependency Builder</title>
  5. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
  6. <!-- GC -->
  7. <!-- LIBS -->
  8. <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
  9. <!-- ENDLIBS -->
  10. <script type="text/javascript" src="../../ext-all.js"></script>
  11. <link rel="stylesheet" type="text/css" href="dependency.css" />
  12. <script type="text/javascript" src="dependency.js"></script>
  13. <!-- Common Styles for the examples -->
  14. <link rel="stylesheet" type="text/css" href="../examples.css" />
  15. </head>
  16. <body>
  17. <script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
  18. <h1>Ext Dependency Builder</h1>
  19. <p>This is a piece of the application we use to build the Ext dependency tree.<br />
  20. Key features it demonstrates:<br/>
  21. * Restrictive drag and drop of nodes from tree to tree<br/>
  22. * Restrictive reordering of nodes<br/>
  23. * Loading and saving to/from different structures<br/>
  24. * Dynamic tree context menu<br/>
  25. * Inline editing of tree nodes<br/>
  26. * Custom tree styles with CSS
  27. </p>
  28. <p>The js is not minified so it is readable. See <a href="dependency.js">dependency.js</a>.</p>
  29. <div id="main-ct" style="width:700px;height:500px;"></div>
  30. </body>
  31. </html>