Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / source / Dock.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5   <title>The source code</title>
6   <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
7   <script type="text/javascript" src="../prettify/prettify.js"></script>
8   <style type="text/css">
9     .highlight { display: block; background-color: #ddd; }
10   </style>
11   <script type="text/javascript">
12     function highlight() {
13       document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
14     }
15   </script>
16 </head>
17 <body onload="prettyPrint(); highlight();">
18   <pre class="prettyprint lang-js"><span id='Ext-layout-component-Dock'>/**
19 </span> * @class Ext.layout.component.Dock
20  * @extends Ext.layout.component.AbstractDock
21  * @private
22  */
23 Ext.define('Ext.layout.component.Dock', {
24
25     /* Begin Definitions */
26
27     alias: ['layout.dock'],
28
29     extend: 'Ext.layout.component.AbstractDock'
30
31     /* End Definitions */
32
33 });</pre>
34 </body>
35 </html>