X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Fill.html diff --git a/docs/source/Fill.html b/docs/source/Fill.html index d5aabbc0..74582542 100644 --- a/docs/source/Fill.html +++ b/docs/source/Fill.html @@ -1,5 +1,22 @@ -Sencha Documentation Project
/**
- * @class Ext.toolbar.Fill
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
+ * @class Ext.toolbar.Fill
  * @extends Ext.Component
  *
  * A non-rendering placeholder item which instructs the Toolbar's Layout to begin using
@@ -21,9 +38,6 @@
  *          renderTo: Ext.getBody()
  *      });
  *
- * @constructor
- * Creates a new Fill
- * @xtype tbfill
  */
 Ext.define('Ext.toolbar.Fill', {
     extend: 'Ext.Component',
@@ -31,4 +45,6 @@ Ext.define('Ext.toolbar.Fill', {
     alternateClassName: 'Ext.Toolbar.Fill',
     isFill : true,
     flex: 1
-});
\ No newline at end of file +});
+ +