X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Spacer.html diff --git a/docs/source/Spacer.html b/docs/source/Spacer.html index fe808f5d..af8a0dd4 100644 --- a/docs/source/Spacer.html +++ b/docs/source/Spacer.html @@ -1,5 +1,22 @@ -Sencha Documentation Project
/**
- * @class Ext.toolbar.Spacer
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
+ * @class Ext.toolbar.Spacer
  * @extends Ext.toolbar.Item
  * A simple element that adds extra horizontal space between items in a toolbar.
  * By default a 2px wide space is added via css specification:
@@ -27,9 +44,6 @@
  *         renderTo: Ext.getBody()
  *     });   
  *
- * @constructor
- * Creates a new Spacer
- * @xtype tbspacer
  */
 Ext.define('Ext.toolbar.Spacer', {
     extend: 'Ext.Component',
@@ -37,4 +51,6 @@ Ext.define('Ext.toolbar.Spacer', {
     alternateClassName: 'Ext.Toolbar.Spacer',
     baseCls: Ext.baseCSSPrefix + 'toolbar-spacer',
     focusable: false
-});
\ No newline at end of file +});
+ +