Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / tabs / tabs-adv.html
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>Advanced Tabs</title>
6     <!-- Ext includes -->
7     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8     <script type="text/javascript" src="../../bootstrap.js"></script>
9
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>
13     
14     <!-- Example includes -->
15     <link rel="stylesheet" type="text/css" href="tabs-adv.css" />
16     <script type="text/javascript" src="tabs-adv.js"></script>
17
18 </head>
19 <body>
20     <h1>Advanced Tabs</h1>
21     <p>Note that the js and css is not minified so it is readable. See <a href="tabs-adv.js">tabs-adv.js</a> for the tab creation code.</p>
22
23     <p>This TabPanel is built entirely with javascript and demonstrates:</p>
24     
25     <ul class="list">
26         <li>Auto tab resizing</li>
27         <li>Tab scrolling</li>
28         <li>Tabs with icons</li>
29         <li>Tab plugins (context menu)</li>
30         <li>Adding tabs with JS</li>
31         <li>Changing tab's closable property dynamically (via context menu)</li>
32     </ul>
33     <br>
34     <div id="addButtonCt"></div>
35     <br>
36     <div id="tabs" style="margin:15px 0;"></div>
37 </body>
38 </html>