source: trunk/web/addons/job_monarch/lib/extjs-30/examples/toolbar/toolbars.html @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 1018 bytes
Line 
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
7    <!-- GC -->
8    <!-- LIBS -->
9    <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
10    <!-- ENDLIBS -->
11
12    <script type="text/javascript" src="../../ext-all.js"></script>
13
14    <script type="text/javascript" src="toolbars.js"></script>
15    <link rel="stylesheet" type="text/css" href="toolbars.css"/>
16
17    <!-- Common Styles for the examples -->
18    <link rel="stylesheet" type="text/css" href="../shared/examples.css"/>
19</head>
20<body id="docbody">
21<script type="text/javascript" src="../shared/examples.js"></script>
22<!-- EXAMPLES -->
23<h1>Toolbars</h1>
24<p>The js is not minified so it is readable. See <a href="toolbars.js">toolbars.js</a>.</p>
25<p>For a demo of all supported button types, see <a href="../button/buttons.html">the button sample</a>.</p>
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.