dnd_grid_to_grid.html 822 B

12345678910111213141516171819202122
  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. <!-- GC -->
  8. <script type="text/javascript" src="../../ext-all.js"></script>
  9. <script type="text/javascript" src="../shared/examples.js"></script>
  10. <script type="text/javascript" src="dnd_grid_to_grid.js"></script>
  11. </head>
  12. <body>
  13. <h1>Drag and Drop from Grid to Grid Example</h1>
  14. <p>This example shows how to setup two way drag and drop from one GridPanel to another.</p>
  15. <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>
  16. <div id="panel"></div>
  17. </body>
  18. </html>