X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/Item2.html diff --git a/docs/source/Item2.html b/docs/source/Item2.html index d0aac1ae..b2437536 100644 --- a/docs/source/Item2.html +++ b/docs/source/Item2.html @@ -1,12 +1,25 @@ -
+ +/** - * @class Ext.toolbar.Item + + + + +\ No newline at end of file +});The source code + + + + + + +/** + * @class Ext.toolbar.Item * @extends Ext.Component * The base class that other non-interacting Toolbar Item classes should extend in order to * get some basic common toolbar item functionality. - * @constructor - * Creates a new Item - * @param {HTMLElement} el - * @xtype tbitem */ Ext.define('Ext.toolbar.Item', { extend: 'Ext.Component', @@ -15,7 +28,9 @@ Ext.define('Ext.toolbar.Item', { enable:Ext.emptyFn, disable:Ext.emptyFn, focus:Ext.emptyFn - /** + /** * @cfg {String} overflowText Text to be used for the menu if the item is overflowed. */ -});