commit extjs-2.2.1
[extjs.git] / examples / dd / dnd_grid_to_grid.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Grid to Grid Drag and Drop Example</title>
5
6 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
8 <script type="text/javascript" src="../../ext-all-debug.js"></script>
9 <script type="text/javascript" src="../shared/code-display.js"></script>
10 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
11 <script type="text/javascript" src="dnd_grid_to_grid.js"></script>
12
13 </head>
14 <body>
15
16 <h1>Drag and Drop from Grid to Grid Example</h1>
17 <p>This example shows how to setup two way drag and drop from one GridPanel to another.</p>    
18 <p>Note that the js is not minified so it is readable. See <a href="dnd_grid_to_grid.js">dnd_grid_to_grid.js</a>.</p>
19 <div id="panel"></div>
20
21 </body>
22 </html>