]> git.proxmox.com Git - extjs.git/blob - extjs/build/examples/classic/tabs/tab-scroller-menu.html
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / tabs / tab-scroller-menu.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7 <title>Tab Scroller Menu Plugin</title>
8 <!-- Ext includes -->
9 <script type="text/javascript" src="../shared/include-ext.js?theme=classic"></script>
10 <!--<script type="text/javascript" src="../shared/options-toolbar.js"></script>-->
11
12 <!-- Shared example includes -->
13 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
14 <!-- <script type="text/javascript" src="../shared/examples.js"></script> -->
15
16 <!-- Example includes -->
17 <link rel="stylesheet" type="text/css" href="tabs.css" />
18
19 <!-- GC -->
20
21 <script type="text/javascript" src="tab-scroller-menu.js"></script>
22 </head>
23 <body>
24 <h1>Tab Scroller Menu Plugin</h1>
25
26 <p>This is an example of a TabPanel plugin that provides an overflow menu when there are more tabs than can
27 be displayed in the tab strip. The sample also demonstrates the use of the <tt>tabTip</tt> config option to
28 show custom QuickTips when you hover over any tab.</p>
29
30 <p>The js is not minified so it is readable. See <a href="tab-scroller-menu.js">tab-scroller-menu.js</a>.</p>
31 </body>
32 </html>