X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/TextItem.html diff --git a/docs/source/TextItem.html b/docs/source/TextItem.html index 09e55611..16c9aca8 100644 --- a/docs/source/TextItem.html +++ b/docs/source/TextItem.html @@ -1,4 +1,21 @@ -
/**
+
+
+
+
+ The source code
+
+
+
+
+
+
+ /**
* @class Ext.toolbar.TextItem
* @extends Ext.toolbar.Item
*
@@ -29,7 +46,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 +62,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 +74,6 @@ Ext.define('Ext.toolbar.TextItem', {
this.text = t;
}
}
-});
\ No newline at end of file
+});
+
+