initial import
[roojs1] / examples / tree / coltree.html
1 <html>
2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4     <title>Reorder Column Tree</title>
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     <script type="text/javascript" src="ColumnTree.js"></script>
11     <script type="text/javascript" src="coltree.js"></script>
12
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>Drag and Drop ordering in a Colltree TreePanel</h1>
19 <p>The js is not minified so it is readable. See <a href="coltree.js">coltree.js</a>.</p>
20
21 <div id="tree-div" style="height:300px;width:550px;border:1px solid #c3daf9;"></div> 
22
23 </body>
24 </html>