X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Viewport.html diff --git a/docs/source/Viewport.html b/docs/source/Viewport.html index 78b6e9e7..ba8c40af 100644 --- a/docs/source/Viewport.html +++ b/docs/source/Viewport.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.container.Viewport
  * @extends Ext.container.Container
 
@@ -84,37 +101,37 @@ Ext.define('Ext.container.Viewport', {
      * correct operation of the Viewport as the sole manager of the
      * layout of the document body.
      */
-    /**
+    /**
      * @cfg {Mixed} applyTo @hide
      */
-    /**
+    /**
      * @cfg {Boolean} allowDomMove @hide
      */
-    /**
+    /**
      * @cfg {Boolean} hideParent @hide
      */
-    /**
+    /**
      * @cfg {Mixed} renderTo @hide
      */
-    /**
+    /**
      * @cfg {Boolean} hideParent @hide
      */
-    /**
+    /**
      * @cfg {Number} height @hide
      */
-    /**
+    /**
      * @cfg {Number} width @hide
      */
-    /**
+    /**
      * @cfg {Boolean} autoHeight @hide
      */
-    /**
+    /**
      * @cfg {Boolean} autoWidth @hide
      */
-    /**
+    /**
      * @cfg {Boolean} deferHeight @hide
      */
-    /**
+    /**
      * @cfg {Boolean} monitorResize @hide
      */
 
@@ -148,4 +165,6 @@ Ext.define('Ext.container.Viewport', {
         //this.fireEvent('resize', this, w, h, w, h);
     }
 });
-
\ No newline at end of file +
+ +