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"/>
9 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
12 <script type="text/javascript" src="../../ext-all.js"></script>
14 <script type="text/javascript" src="overflow.js"></script>
15 <link rel="stylesheet" type="text/css" href="toolbars.css"/>
17 <!-- Common Styles for the examples -->
18 <link rel="stylesheet" type="text/css" href="../shared/examples.css"/>
21 <script type="text/javascript" src="../shared/examples.js"></script>
24 <div id="content" class="x-hidden">
25 <p>Resize the Ext.Window to see the toolbar overflow menu in action.
26 The js is not minified so it is readable. See <a href="overflow.js">overflow.js</a>.</p>
27 <p>For a demo of all supported button types, see <a href="../button/buttons.html">the button sample</a>.</p>
28 <p style="margin-bottom:15px;">For a more toolbar samples, see <a href="toolbars.html">the toolbars sample</a>.</p>