Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / tabs / tab-scroller-menu.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5     <title>Tab Scroller Menu Plugin</title>
6     <!-- Ext includes -->
7     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8     <script type="text/javascript" src="../../bootstrap.js"></script>
9
10     <!-- Shared example includes -->
11     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
12     <!-- <script type="text/javascript" src="../shared/examples.js"></script> -->
13     
14     <!-- Example includes -->
15     <link rel="stylesheet" type="text/css" href="tabs.css" />
16     <link rel="stylesheet" type="text/css" href="../ux/css/TabScrollerMenu.css" />
17     <script type="text/javascript" src="tab-scroller-menu.js"></script>
18 </head>
19 <body>
20     <h1>Tab Scroller Menu Plugin</h1>
21     
22     <p>This is an example of a TabPanel plugin that provides an overflow menu when there are more tabs than can 
23     be displayed in the tab strip. The sample also demonstrates the use of the <tt>tabTip</tt> config option to 
24     show custom QuickTips when you hover over any tab.</p> 
25     
26     <p>The js is not minified so it is readable. See <a href="tab-scroller-menu.js">tab-scroller-menu.js</a>.</p>
27     
28     <p>In order to use this plugin in your code, you need the following files:</p>
29     <ul>
30         <li> <a href="../ux/css/TabScrollerMenu.css">TabScrollerMenu.css</a> : Required CSS file. </li>
31         <li> <a href="../ux/css/images/tab-scroller-menu.gif">tab-scroller-menu.gif</a> : Required GIF Sprite.</li>
32         <li> <a href="../ux/TabScrollerMenu.js">TabScrollerMenu.js</a> : The actual plugin code. </li>
33     </ul>
34 </body>
35 </html>