X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/TextItem.html diff --git a/docs/source/TextItem.html b/docs/source/TextItem.html index 09e55611..4fca3ad2 100644 --- a/docs/source/TextItem.html +++ b/docs/source/TextItem.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.toolbar.TextItem
  * @extends Ext.toolbar.Item
  *
@@ -21,7 +38,6 @@
  * @constructor
  * Creates a new TextItem
  * @param {Object} text A text string, or a config object containing a <tt>text</tt> property
- * @xtype tbtext
  */
 Ext.define('Ext.toolbar.TextItem', {
     extend: 'Ext.toolbar.Item',
@@ -29,7 +45,7 @@ Ext.define('Ext.toolbar.TextItem', {
     alias: 'widget.tbtext',
     alternateClassName: 'Ext.Toolbar.TextItem',
     
-    /**
+    /**
      * @cfg {String} text The text to be used as innerHTML (html tags are accepted)
      */
     text: '',
@@ -45,7 +61,7 @@ Ext.define('Ext.toolbar.TextItem', {
         this.callParent(arguments);
     },
 
-    /**
+    /**
      * Updates this item's text, setting the text to be used as innerHTML.
      * @param {String} t The text to display (html accepted).
      */
@@ -57,4 +73,6 @@ Ext.define('Ext.toolbar.TextItem', {
             this.text = t;
         }
     }
-});
\ No newline at end of file +});
+ +