0e950e9dc12f968127b107d21072d9da49125648.svn-base 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. <!-- GC -->
  8. <!-- LIBS -->
  9. <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
  10. <!-- ENDLIBS -->
  11. <script type="text/javascript" src="../../ext-all.js"></script>
  12. <script language="javascript" src="../state/save-state.php"></script>
  13. <script language="javascript" src="../state/get-state.php"></script>
  14. <script language="javascript" src="../state/SessionProvider.js"></script>
  15. <script language="javascript" src="layout.js"></script>
  16. <!-- Common Styles for the examples -->
  17. <link rel="stylesheet" type="text/css" href="../examples.css"/>
  18. <style type="text/css">
  19. .x-panel-body p {
  20. margin: 10px;
  21. font-size: 12px;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <script type="text/javascript" src="../examples.js"></script>
  27. <!-- EXAMPLES -->
  28. <h1>Windows with Layouts</h1>
  29. <p>This example shows how Ext containers can be nested in windows to create advanced layouts.</p>
  30. <input type="button" id="show-btn" value="Show Window"/><br/><br/>
  31. <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>
  32. </body>
  33. </html>