Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / docs / source / Item2.html
diff --git a/docs/source/Item2.html b/docs/source/Item2.html
new file mode 100644 (file)
index 0000000..d0aac1a
--- /dev/null
@@ -0,0 +1,21 @@
+<!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'>/**
+</span></span> * @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',
+    alias: 'widget.tbitem',
+    alternateClassName: 'Ext.Toolbar.Item',
+    enable:Ext.emptyFn,
+    disable:Ext.emptyFn,
+    focus:Ext.emptyFn
+<span id='Ext-toolbar.Item-cfg-overflowText'>    /**
+</span>     * @cfg {String} overflowText Text to be used for the menu if the item is overflowed.
+     */
+});</pre></pre></body></html>
\ No newline at end of file