Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / window / window.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>Windows Example</title>
6     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7     <link rel="stylesheet" type="text/css" href="../shared/example.css"/>
8     <script type="text/javascript" src="../../bootstrap.js"></script>
9     <script language="javascript" src="window.js"></script>
10     <style type="text/css">
11         .x-panel-body p {
12             margin: 10px;
13             font-size: 12px;
14         }
15     </style>
16 </head>
17 <body>
18 <!-- EXAMPLES -->
19 <h1>Windows Example</h1>
20 <p>Note that the js is not minified so it is readable. See <a href="window.js">window.js</a> for the full source code.</p>
21 <p>This illustrates the <code>headerPosition</code> config of Panels, and also relative z-index management.</p>
22 <p>The third Window owns two floating Windows who's z-indices are managed relative to <i>its</i> z-index. When that Window
23 is occluded by another Window, and you click to bring it to the front, both its dependent Windows move to the front too.
24 <p>This also illustrates constraining Windows.</p>
25 </body>
26 </html>