overflow.html 1.1 KB

12345678910111213141516171819202122232425
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <title>Toolbar with Menus</title>
  5. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
  6. <link rel="stylesheet" type="text/css" href="../shared/example.css" />
  7. <link rel="stylesheet" type="text/css" href="toolbar.css"/>
  8. <!-- GC -->
  9. <script type="text/javascript" src="../../ext-all.js"></script>
  10. <script type="text/javascript" src="overflow.js"></script>
  11. <script type="text/javascript" src="../shared/examples.js"></script>
  12. </head>
  13. <body id="docbody">
  14. <h1>Toolbars</h1>
  15. <div id="content" class="x-hidden">
  16. <p>Resize the Ext.Window to see the toolbar overflow menu in action.
  17. The js is not minified so it is readable. See <a href="overflow.js">overflow.js</a>.</p>
  18. <p>For a demo of all supported button types, see <a href="../button/button.html">the button sample</a>.</p>
  19. <p style="margin-bottom:15px;">For a more toolbar samples, see <a href="toolbars.html">the toolbars sample</a>.</p>
  20. </div>
  21. </body>
  22. </html>