X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Absolute.html?ds=sidebyside diff --git a/docs/source/Absolute.html b/docs/source/Absolute.html index 157662da..3467c6d9 100644 --- a/docs/source/Absolute.html +++ b/docs/source/Absolute.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.layout.container.Absolute
  * @extends Ext.layout.container.Anchor
  * <p>This is a layout that inherits the anchoring of <b>{@link Ext.layout.container.Anchor}</b> and adds the
@@ -91,4 +108,6 @@ Ext.define('Ext.layout.container.Absolute', {
         //return value ? value - comp.getPosition(true)[1] + this.paddingTop: value;
         return value ? value - comp.getPosition(true)[1] : value;
     }
-});
\ No newline at end of file +});
+ +