Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / tree / two-trees.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Drag and Drop between 2 TreePanels</title>
5 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6 <link rel="stylesheet" type="text/css" href="../shared/example.css" />
7 <script type="text/javascript" src="../../bootstrap.js"></script>
8 <script type="text/javascript" src="two-trees.js"></script>
9 <script type="text/javascript" src="../shared/examples.js"></script>
10 <style type="text/css">
11 #tree, #tree2 {
12     float: left;
13     margin: 20px;
14 }
15 </style>
16 </head>
17 <body>
18 <h1>Drag and Drop betweens two TreePanels</h1>
19 <p>The TreePanels have a TreeSorter applied in "folderSort" mode.</p>
20 <p>Both TreePanels are in "appendOnly" drop mode since they are sorted.</p>
21 <p>Drag along the edge of the tree to trigger auto scrolling while performing a drag and drop.</p>
22 <p>The data for this tree is asynchronously loaded with a JSON TreeLoader.</p>
23 <p>The js is not minified so it is readable. See <a href="two-trees.js">two-trees.js</a>.</p>
24 </body>
25 </html>