]> git.proxmox.com Git - extjs.git/blame - extjs/build/examples/classic/toolbar/overflow.html
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / toolbar / overflow.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>Toolbar with Menus</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="overflow.js"></script>\r
17 <script type="text/javascript" src="../shared/examples.js"></script>\r
18</head>\r
19<body id="docbody">\r
20 <h1>Toolbars</h1>\r
21 <div id="content" class="x-hidden">\r
22 <p>Resize the Ext.Window to see the toolbar overflow menu in action.\r
23 The js is not minified so it is readable. See <a href="overflow.js">overflow.js</a>.</p>\r
24 <p>For a demo of all supported button types, see <a href="../build/KitchenSink/theme-neptune/#basic-buttons">the button sample</a>.</p>\r
25 <p style="margin-bottom:15px;">For a more toolbar samples, see <a href="toolbars.html">the toolbars sample</a>.</p>\r
26 </div>\r
27</body>\r
28</html>\r