X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Container3.html diff --git a/docs/source/Container3.html b/docs/source/Container3.html index 6eecbe47..2e696230 100644 --- a/docs/source/Container3.html +++ b/docs/source/Container3.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
 * @class Ext.layout.container.Container
 * @extends Ext.layout.container.AbstractContainer
 * @private
@@ -56,7 +73,7 @@ Ext.define('Ext.layout.container.Container', {
         this.callParent(arguments);
     },
 
-    /**
+    /**
      * @protected
      * Returns all items that are rendered
      * @return {Array} All matching items
@@ -79,7 +96,7 @@ Ext.define('Ext.layout.container.Container', {
         return renderedItems;
     },
 
-    /**
+    /**
      * @protected
      * Returns all items that are both rendered and visible
      * @return {Array} All matching items
@@ -100,4 +117,6 @@ Ext.define('Ext.layout.container.Container', {
 
         return visibleItems;
     }
-});
\ No newline at end of file +});
+ +