tab-scroller-menu.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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="../../ext-all.js"></script>
  9. <!-- Shared example includes -->
  10. <link rel="stylesheet" type="text/css" href="../shared/example.css" />
  11. <!-- <script type="text/javascript" src="../shared/examples.js"></script> -->
  12. <!-- Example includes -->
  13. <link rel="stylesheet" type="text/css" href="tabs.css" />
  14. <link rel="stylesheet" type="text/css" href="../ux/css/TabScrollerMenu.css" />
  15. <!-- GC -->
  16. <script type="text/javascript" src="tab-scroller-menu.js"></script>
  17. </head>
  18. <body>
  19. <h1>Tab Scroller Menu Plugin</h1>
  20. <p>This is an example of a TabPanel plugin that provides an overflow menu when there are more tabs than can
  21. be displayed in the tab strip. The sample also demonstrates the use of the <tt>tabTip</tt> config option to
  22. show custom QuickTips when you hover over any tab.</p>
  23. <p>The js is not minified so it is readable. See <a href="tab-scroller-menu.js">tab-scroller-menu.js</a>.</p>
  24. <p>In order to use this plugin in your code, you need the following files:</p>
  25. <ul>
  26. <li> <a href="../ux/css/TabScrollerMenu.css">TabScrollerMenu.css</a> : Required CSS file. </li>
  27. <li> <a href="../ux/css/images/tab-scroller-menu.gif">tab-scroller-menu.gif</a> : Required GIF Sprite.</li>
  28. <li> <a href="../ux/TabScrollerMenu.js">TabScrollerMenu.js</a> : The actual plugin code. </li>
  29. </ul>
  30. </body>
  31. </html>