]> git.proxmox.com Git - extjs.git/blob - extjs/build/examples/classic/panel/panel.html
add extjs 6.0.1 sources
[extjs.git] / extjs / build / examples / classic / panel / panel.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="X-UA-Compatible" content="IE=edge">
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7 <title>Ext.Panel</title>
8 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
9 <link rel="stylesheet" type="text/css" href="panel.css" />
10
11 <!-- GC -->
12
13 <script type="text/javascript" src="../shared/include-ext.js"></script>
14 <script type="text/javascript" src="../shared/options-toolbar.js"></script>
15 <script language="javascript" src="panel.js"></script>
16 </head>
17 <body>
18 <h1>Ext.Panel</h1>
19 <p>The js is not minified so it is readable. See <a href="panel.js">panel.js</a>.</p>
20 </body>
21 </html>