X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/source/Toolbar.html diff --git a/docs/source/Toolbar.html b/docs/source/Toolbar.html index 4500f51b..7530367f 100644 --- a/docs/source/Toolbar.html +++ b/docs/source/Toolbar.html @@ -1,12 +1,18 @@ - - - - The source code - - - - -
/** + + + + The source code + + + + +
/*!
+ * Ext JS Library 3.3.1
+ * Copyright(c) 2006-2010 Sencha Inc.
+ * licensing@sencha.com
+ * http://www.sencha.com/license
+ */
+
/** * @class Ext.Toolbar * @extends Ext.Container *

Basic Toolbar class. Although the {@link Ext.Container#defaultType defaultType} for Toolbar @@ -134,7 +140,7 @@ Ext.extend(T, Ext.Container, {

/** * @cfg {Boolean} enableOverflow - * Defaults to false. Configure true to make the toolbar provide a button + * Defaults to false. Configure true to make the toolbar provide a button * which activates a dropdown Menu to show items which overflow the Toolbar's width. */
/** @@ -378,6 +384,9 @@ Ext.extend(T, Ext.Container, { // private onRemove : function(c){ Ext.Toolbar.superclass.onRemove.call(this); + if (c == this.activeMenuBtn) { + delete this.activeMenuBtn; + } this.trackMenu(c, true); }, @@ -582,6 +591,6 @@ Ext.reg('tbbutton', T.Button); Ext.reg('tbsplit', T.SplitButton); })(); -
- +
+ \ No newline at end of file