]> git.proxmox.com Git - extjs.git/blame - extjs/build/examples/classic/toolbar/reorderable.html
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / toolbar / reorderable.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>Reorderable Toolbar</title>\r
8 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
9 <link rel="stylesheet" type="text/css" href="toolbar.css" />\r
10\r
11 <!-- GC -->\r
12\r
13\r
14 <script type="text/javascript" src="../shared/include-ext.js"></script>\r
15 <script type="text/javascript" src="../shared/options-toolbar.js"></script>\r
16 <script type="text/javascript" src="reorderable.js"></script>\r
17\r
18 </head>\r
19 <body>\r
20 <h1>Reorderable Toolbars</h1>\r
21 <p>This toolbar has the Ext.ux.BoxReorderer plugin applied to it.</p>\r
22 <p>Each item in the Toolbar has an optional 'reorderable' property, which will make the button draggable if set to true. In this example the 4 rightmost buttons are reorderable.</p>\r
23 <p>The js is not minified so it is readable. See <a href="reorderable.js">reorderable.js</a>.</p>\r
24 </body>\r
25</html>\r