Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / window / layout.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>Window Layouts Example</title>
6     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
7
8     <!-- GC -->
9     <script type="text/javascript" src="../../bootstrap.js"></script>
10     <script type="text/javascript" src="layout.js"></script>
11
12     <!-- Common Styles for the examples -->
13     <link rel="stylesheet" type="text/css" href="../shared/example.css"/>
14
15     <style type="text/css">
16         .x-panel-body p {
17             margin: 10px;
18             font-size: 12px;
19         }
20     </style>
21 </head>
22 <body>
23 <!-- EXAMPLES -->
24 <h1>Windows with Layouts</h1>
25 <p>This example shows how Ext containers can be nested in windows to create advanced layouts.</p>
26 <input type="button" id="show-btn" value="Layout Window"/><br/><br/>
27 <p>Note that the js is not minified so it is readable. See <a href="layout.js">layout.js</a> for the full source code.</p>
28 </body>
29 </html>