X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Container.html diff --git a/docs/source/Container.html b/docs/source/Container.html index 7d0f7202..c0657f83 100644 --- a/docs/source/Container.html +++ b/docs/source/Container.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.container.Container
  * @extends Ext.container.AbstractContainer
  * <p>Base class for any {@link Ext.Component} that may contain other Components. Containers handle the
@@ -159,7 +176,7 @@ Ext.define('Ext.container.Container', {
     alias: 'widget.container',
     alternateClassName: 'Ext.Container',
 
-    /**
+    /**
      * Return the immediate child Component in which the passed element is located.
      * @param el The element to test.
      * @return {Component} The child item which contains the passed element.
@@ -182,4 +199,6 @@ Ext.define('Ext.container.Container', {
         return null;
     }
 });
-
\ No newline at end of file +
+ +