Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / docs / source / Item2.html
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.
6  * @constructor
7  * Creates a new Item
8  * @param {HTMLElement} el
9  * @xtype tbitem
10  */
11 Ext.define('Ext.toolbar.Item', {
12     extend: 'Ext.Component',
13     alias: 'widget.tbitem',
14     alternateClassName: 'Ext.Toolbar.Item',
15     enable:Ext.emptyFn,
16     disable:Ext.emptyFn,
17     focus:Ext.emptyFn
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.
20      */
21 });</pre></pre></body></html>