Sha256: 2cd45145b1be7c18e24d1619a26e095a2a66068a2f1b6abe3b1539297cc421ce
Contents?: true
Size: 474 Bytes
Versions: 10
Compression:
Stored size: 474 Bytes
Contents
/** * The base class that other non-interacting Toolbar Item classes should extend in order to * get some basic common toolbar item functionality. */ Ext.define('Ext.toolbar.Item', { extend: 'Ext.Component', alias: 'widget.tbitem', alternateClassName: '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. */ });
Version data entries
10 entries across 10 versions & 2 rubygems