]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/dd/cell-to-cell-dd.html
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / dd / cell-to-cell-dd.html
CommitLineData
6527f429
DM
1<!DOCTYPE html>\r
2<html>\r
3<head>\r
4<meta http-equiv="X-UA-Compatible" content="IE=edge">\r
5<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
6<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">\r
7<title>Cell to Cell Drag and Drop Example</title>\r
8<script type="text/javascript" src="../shared/include-ext.js"></script>\r
9<script type="text/javascript" src="../shared/options-toolbar.js"></script>\r
10<link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
11\r
12 <!-- GC -->\r
13\r
14<script type="text/javascript" src="cell-to-cell-dd.js"></script>\r
15</head>\r
16<body>\r
17<h1>Drag and Drop from Cell to Cell within the same GridView</h1>\r
18<p>This illustrates how a custom plugin can enable a cell to cell drag and drop operation within the same GridView.</p>\r
19<p>This example only allows a drag and drop operation for cells with the same data type, although that is configurable. The custom plugin allows for other configs, please see the comments in the source.</p>\r
20<p>Note that the js is not minified so it is readable. See <a href="cell-to-cell-dd.js">cell-to-cell-dd.js</a>.</p>\r
21<div id="grid-example"></div>\r
22<div style="height:10px"></div>\r
23</body>\r
24</html>\r