Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[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 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6 <link rel="stylesheet" type="text/css" href="../shared/example.css" />
7
8 <script type="text/javascript" src="../../bootstrap.js"></script>
9 <script type="text/javascript" src="../shared/examples.js"></script>
10
11 <script type="text/javascript" src="dnd_grid_to_grid.js"></script>
12 </head>
13 <body>
14 <h1>Drag and Drop from Grid to Grid Example</h1>
15 <p>This example shows how to setup two way drag and drop from one GridPanel to another.</p>    
16 <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>
17 <div id="panel"></div>
18 </body>
19 </html>