Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / panel / bubble-panel / bubble-panel.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>Ext.Panel - BubblePanel</title>
6     <link rel="stylesheet" type="text/css" href="../../shared/example.css" />
7     <link rel="stylesheet" type="text/css" href="resources/css/bubble-panel.css" />
8     <script type="text/javascript" src="../../../bootstrap.js"></script>
9     <script language="javascript" src="bubble-panel.js"></script>
10 </head>
11 <body>
12     
13     <div id="bubble-markup" class="x-hidden"> 
14         <p>This is a custom panel UI to achieve a different look and feel while not changing the default appearance of an Ext.Panel.</p>
15         
16         <p>It uses the new theming system included in Ext4, to create new Ext.panel.Panel UI's using included mixins.</p>
17          
18         <p>The js is not minified so it is readable. See <a href="bubble-panel.js">BubblePanel.js</a>.</p>
19         
20         <p>You can also view the Sass file (<a href="resources/sass/bubble-panel.scss">resources/sass/bubble-panel.scss</a>).</p>
21     </div> 
22     
23     <div id="button"></div>
24     
25     <div id="panelCt"></div> 
26     
27 </body>
28 </html>