X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Layout.html diff --git a/docs/source/Layout.html b/docs/source/Layout.html index b51bb459..6d4e2c86 100644 --- a/docs/source/Layout.html +++ b/docs/source/Layout.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.layout.Layout
  * @extends Object
  * @private
@@ -37,7 +54,7 @@ Ext.define('Ext.layout.Layout', {
         Ext.apply(this, config);
     },
 
-    /**
+    /**
      * @private
      */
     layout : function() {
@@ -65,7 +82,7 @@ Ext.define('Ext.layout.Layout', {
         return true;
     },
 
-    /**
+    /**
      * @private
      * Iterates over all passed items, ensuring they are rendered.  If the items are already rendered,
      * also determines if the items are in the proper place dom.
@@ -98,7 +115,7 @@ Ext.define('Ext.layout.Layout', {
         return false;
     },
 
-    /**
+    /**
      * @private
      * Renders the given Component into the target Element.
      * @param {Ext.Component} item The Component to render
@@ -113,7 +130,7 @@ Ext.define('Ext.layout.Layout', {
         }
     },
 
-    /**
+    /**
      * @private
      * Moved Component to the provided target instead.
      */
@@ -129,7 +146,7 @@ Ext.define('Ext.layout.Layout', {
         this.childrenChanged = true;
     },
 
-    /**
+    /**
      * @private
      * Adds the layout's targetCls if necessary and sets
      * initialized flag when complete.
@@ -151,7 +168,7 @@ Ext.define('Ext.layout.Layout', {
         return [];
     },
 
-    /**
+    /**
      * @private
      * Applies itemCls
      */
@@ -175,7 +192,7 @@ Ext.define('Ext.layout.Layout', {
     onDestroy : Ext.emptyFn,
     doOwnerCtLayouts : Ext.emptyFn,
 
-    /**
+    /**
      * @private
      * Removes itemCls
      */
@@ -208,4 +225,6 @@ Ext.define('Ext.layout.Layout', {
         }
         this.onDestroy();
     }
-});
\ No newline at end of file +});
+ +