]> git.proxmox.com Git - extjs.git/blame - extjs/build/examples/classic/panel/bubble-panel/bubble-panel.html
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / panel / bubble-panel / bubble-panel.html
CommitLineData
6527f429
DM
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
2<html>\r
3<head>\r
4<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
5 <title>Ext.Panel - BubblePanel</title>\r
6 <link rel="stylesheet" type="text/css" href="../../shared/examples.css" />\r
7 <link rel="stylesheet" type="text/css" href="resources/css/bubble-panel.css" />\r
8\r
9 <!-- GC -->\r
10\r
11 <script type="text/javascript" src="../../../ext-all.js"></script>\r
12 <script language="javascript" src="bubble-panel.js"></script>\r
13</head>\r
14<body>\r
15\r
16 <div id="bubble-markup" class="x-hidden">\r
17 <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>\r
18\r
19 <p>It uses the theming system included in Ext JS 5, to create new Ext.panel.Panel UI's using included mixins.</p>\r
20\r
21 <p>The js is not minified so it is readable. See <a href="bubble-panel.js">BubblePanel.js</a>.</p>\r
22\r
23 <p>You can also view the Sass file (<a href="resources/sass/bubble-panel.scss">resources/sass/bubble-panel.scss</a>).</p>\r
24 </div>\r
25\r
26 <div id="button"></div>\r
27\r
28 <div id="panelCt"></div>\r
29\r
30</body>\r
31</html>\r