1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>Advanced Tabs</title>
7 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8 <script type="text/javascript" src="../../bootstrap.js"></script>
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>
14 <!-- Example includes -->
15 <link rel="stylesheet" type="text/css" href="tabs-adv.css" />
16 <script type="text/javascript" src="tabs-adv.js"></script>
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>
23 <p>This TabPanel is built entirely with javascript and demonstrates:</p>
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>
34 <div id="addButtonCt"></div>
36 <div id="tabs" style="margin:15px 0;"></div>