1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>Tab Scroller Menu Plugin</title>
7 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8 <script type="text/javascript" src="../../bootstrap.js"></script>
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> -->
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>
20 <h1>Tab Scroller Menu Plugin</h1>
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>
26 <p>The js is not minified so it is readable. See <a href="tab-scroller-menu.js">tab-scroller-menu.js</a>.</p>
28 <p>In order to use this plugin in your code, you need the following files:</p>
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>