1 <!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-toolbar.Item-method-constructor'><span id='Ext-toolbar.Item'>/**
2 </span></span> * @class Ext.toolbar.Item
3 * @extends Ext.Component
4 * The base class that other non-interacting Toolbar Item classes should extend in order to
5 * get some basic common toolbar item functionality.
8 * @param {HTMLElement} el
11 Ext.define('Ext.toolbar.Item', {
12 extend: 'Ext.Component',
13 alias: 'widget.tbitem',
14 alternateClassName: 'Ext.Toolbar.Item',
18 <span id='Ext-toolbar.Item-cfg-overflowText'> /**
19 </span> * @cfg {String} overflowText Text to be used for the menu if the item is overflowed.
21 });</pre></pre></body></html>