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