Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / api / Ext.ProgressBar.html
diff --git a/docs/api/Ext.ProgressBar.html b/docs/api/Ext.ProgressBar.html
deleted file mode 100644 (file)
index 08a2f06..0000000
+++ /dev/null
@@ -1,1955 +0,0 @@
-<!DOCTYPE html><html><head><title>Ext.ProgressBar | Ext JS 4.0 Documentation</title><script type="text/javascript" src="../ext-all.js"></script><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../scrollbars.css" type="text/css"><link rel="stylesheet" href="../docs.css" type="text/css"><link id="styleCss" rel="stylesheet" href="../style.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script><link rel="stylesheet" href="../prettify.css" type="text/css"><!-- link(rel: 'stylesheet', href: req.baseURL + '/css/ext4.css', type: 'text/css')--><link rel="shortcut icon" type="image/ico" href="../favicon.ico"><!--[if IE]>
-<style type="text/css">.head-band { display: none; }
-.header { border: 0; top: 0; left: 0px; background: url(../header.gif) repeat-x; }
-.doc-tab .members .member a.more { background-color: #efefef; }
-</style><link rel="stylesheet" href="/new/css/ie.css" type="text/css"><![endif]-->
-</head><body id="ext-body" class="iScroll"><div id="notice" class="notice">For up to date documentation and features, visit 
-<a href="http://docs.sencha.com/ext-js/4-0">http://docs.sencha.com/ext-js/4-0</a></div><div class="wrapper"><div class="head-band"></div><div class="header"><h2><a href="../index.html">Sencha Documentation</a></h2></div><div id="search"><form><input type="text" placeholder="Search" id="search-field" autocomplete="off" name="q"></form><div id="search-box"></div></div><div id="treePanel"></div><div id="container"><script type="text/javascript">
-
-    req = {
-        liveURL: '.',
-        standAloneMode: true,
-        origDocClass: 'Ext.ProgressBar',
-        docClass: 'Ext.ProgressBar',
-        docReq: 'Ext.ProgressBar',
-        version: '4.0',
-        baseURL: '.',
-        baseDocURL: '.',
-        baseProdURL: '.'
-    };
-
-    clsInfo = {};
-
-
-
-</script>
-
-<script type="text/javascript" src="../search.js"></script>
-<!--script type="text/javascript" src="/new/javascripts/app/examples.js"></script-->
-<script type="text/javascript" src="../class_tree.js"></script>
-<script type="text/javascript" src="../class_doc.js"></script>
-<script type="text/javascript">
-    req.source = 'ProgressBar2.html#Ext-ProgressBar';
-    clsInfo = {"methods":["ProgressBar","addClass","addCls","addClsWithUI","addEvents","addListener","addManagedListener","addStateEvents","afterComponentLayout","alignTo","animate","applyState","beforeComponentLayout","bubble","capture","center","clearListeners","clearManagedListeners","cloneConfig","destroy","disable","doAutoRender","doComponentLayout","doConstrain","enable","enableBubble","findLayoutController","findParentBy","findParentByType","fireEvent","focus","getActiveAnimation","getBox","getBubbleTarget","getEl","getHeight","getId","getInsertPosition","getLoader","getPlugin","getPosition","getSize","getState","getStateId","getWidth","getXType","getXTypes","hasListener","hasUICls","hide","is","isDescendantOf","isDisabled","isDraggable","isDroppable","isFloating","isHidden","isVisible","isWaiting","isXType","nextNode","nextSibling","observe","on","previousNode","previousSibling","relayEvents","releaseCapture","removeCls","removeClsWithUI","removeListener","removeManagedListener","reset","resumeEvents","sequenceFx","setActive","setAutoScroll","setDisabled","setDocked","setHeight","setLoading","setPagePosition","setPosition","setSize","setUI","setVisible","setWidth","show","stopAnimation","suspendEvents","syncFx","toBack","toFront","un","up","update","updateBox","updateProgress","updateText","wait"],"cfgs":["animate","autoEl","autoRender","autoScroll","autoShow","baseCls","border","cls","componentCls","componentLayout","contentEl","data","disabled","disabledCls","draggable","floating","focusOnToFront","frame","height","hidden","hideMode","html","id","itemId","listeners","loader","maintainFlex","margin","maxHeight","maxWidth","minHeight","minWidth","overCls","padding","plugins","renderSelectors","renderTo","renderTpl","resizable","resizeHandles","saveBuffer","shadow","stateEvents","stateId","stateful","style","styleHtmlCls","styleHtmlContent","text","textEl","toFrontOnShow","tpl","tplWriteMode","ui","value","width"],"properties":["draggable","floatParent","frameSize","hasActiveFx","maskOnDisable","ownerCt","rendered","stopFx","zIndexManager"],"events":["activate","added","afterrender","beforeactivate","beforedeactivate","beforedestroy","beforehide","beforerender","beforeshow","beforestaterestore","beforestatesave","deactivate","destroy","disable","enable","hide","move","removed","render","resize","show","staterestore","statesave","update"],"subclasses":[]};
-    Ext.onReady(function() {
-        Ext.create('Docs.classPanel');
-    });
-</script><div id="top-block" class="top-block"><h1 id="clsTitle" class="comp"><a href="../source/ProgressBar2.html#Ext-ProgressBar" target="_blank">Ext.ProgressBar</a><span>xtype: progressbar</span></h1></div><div id="docContent"><div id="doc-overview-content"><div class="lft"><pre class="subclasses"><h4>Hierarchy</h4><div class="subclass f"><a href="Ext.AbstractComponent.html" rel="Ext.AbstractComponent" class="cls docClass">Ext.AbstractComponent</a><div class="subclass"><a href="Ext.Component.html" rel="Ext.Component" class="cls docClass">Ext.Component</a><div class="subclass"><strong>Ext.ProgressBar</strong></div></div></div><h4>Mixins</h4><div class="mixin"><a href="Ext.util.Observable.html" rel="Ext.util.Observable" class="cls docClass">Ext.util.Observable</a></div><div class="mixin"><a href="Ext.util.Animate.html" rel="Ext.util.Animate" class="cls docClass">Ext.util.Animate</a></div><div class="mixin"><a href="Ext.state.Stateful.html" rel="Ext.state.Stateful" class="cls docClass">Ext.state.Stateful</a></div><div class="mixin"><a href="Ext.util.Floating.html" rel="Ext.util.Floating" class="cls docClass">Ext.util.Floating</a></div></pre><p>An updateable progress bar component.  The progress bar supports two different modes: manual and automatic.</p>
-
-
-<p>In manual mode, you are responsible for showing, updating (via <a href="Ext.ProgressBar.html#updateProgress" rel="Ext.ProgressBar#updateProgress" class="docClass">updateProgress</a>) and clearing the
-progress bar as needed from your own code.  This method is most appropriate when you want to show progress
-throughout an operation that has predictable points of interest at which you can update the control.</p>
-
-
-<p>In automatic mode, you simply call <a href="Ext.ProgressBar.html#wait" rel="Ext.ProgressBar#wait" class="docClass">wait</a> and let the progress bar run indefinitely, only clearing it
-once the operation is complete.  You can optionally have the progress bar wait for a specific amount of time
-and then clear itself.  Automatic mode is most appropriate for timed operations or asynchronous operations in
-which you have no need for indicating intermediate progress.</p>
-
-
-<p><img class="screenshot" src="../Ext.ProgressBar.png" alt="Ext.ProgressBar component" />
-Example Usage:</p>
-
-<pre class="prettyprint"><code> var p = Ext.create('Ext.ProgressBar', {
-   renderTo: Ext.getBody(),
-   width: 300
-});
-
-//Wait for 5 seconds, then update the status el (progress bar will auto-reset)
-p.wait({
-   interval: 500, //bar will move fast!
-   duration: 50000,
-   increment: 15,
-   text: 'Updating...',
-   scope: this,
-   fn: function(){
-      p.updateText('Done!');
-   }
-});
-</code></pre>
-<div class="members"><div class="m-cfgs"><div class="definedBy">Defined By</div><a name="configs"></a><h3 class="cfg p">Config Options</h3><h4 class="cfgGroup">CSS Class configs</h4><div id="config-baseCls" class="member f ni"><a href="Ext.ProgressBar.html#config-baseCls" rel="config-baseCls" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-cfg-baseCls" class="viewSource">view source</a></div><a name="baseCls"></a><a name="config-baseCls"></a><a href="Ext.ProgressBar.html#" rel="config-baseCls" class="cls expand">baseCls</a><span> : String</span></div><div class="description"><div class="short"><p>The base CSS class to apply to the progress bar's wrapper element (defaults to 'x-progress')</p>
-</div><div class="long"><p>The base CSS class to apply to the progress bar's wrapper element (defaults to 'x-progress')</p>
-</div></div></div><div id="config-cls" class="member inherited"><a href="Ext.ProgressBar.html#config-cls" rel="config-cls" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-cls" class="viewSource">view source</a></div><a name="cls"></a><a name="config-cls"></a><a href="Ext.ProgressBar.html#" rel="config-cls" class="cls expand">cls</a><span> : String</span></div><div class="description"><div class="short">An optional extra CSS class that will be added to this component's Element (defaults to '').  This can be
-useful for ...</div><div class="long"><p>An optional extra CSS class that will be added to this component's Element (defaults to '').  This can be
-useful for adding customized styles to the component or any of its children using standard CSS rules.</p>
-</div></div></div><div id="config-componentCls" class="member inherited"><a href="Ext.ProgressBar.html#config-componentCls" rel="config-componentCls" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-componentCls" class="viewSource">view source</a></div><a name="componentCls"></a><a name="config-componentCls"></a><a href="Ext.ProgressBar.html#" rel="config-componentCls" class="cls expand">componentCls</a><span> : String</span></div><div class="description"><div class="short"><p>CSS Class to be added to a components root level element to give distinction to it
-via styling.</p>
-</div><div class="long"><p>CSS Class to be added to a components root level element to give distinction to it
-via styling.</p>
-</div></div></div><div id="config-disabledCls" class="member inherited"><a href="Ext.ProgressBar.html#config-disabledCls" rel="config-disabledCls" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-disabledCls" class="viewSource">view source</a></div><a name="disabledCls"></a><a name="config-disabledCls"></a><a href="Ext.ProgressBar.html#" rel="config-disabledCls" class="cls expand">disabledCls</a><span> : String</span></div><div class="description"><div class="short"><p>CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.</p>
-</div><div class="long"><p>CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.</p>
-</div></div></div><div id="config-overCls" class="member inherited"><a href="Ext.ProgressBar.html#config-overCls" rel="config-overCls" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-overCls" class="viewSource">view source</a></div><a name="overCls"></a><a name="config-overCls"></a><a href="Ext.ProgressBar.html#" rel="config-overCls" class="cls expand">overCls</a><span> : String</span></div><div class="description"><div class="short">An optional extra CSS class that will be added to this component's Element when the mouse moves
-over the Element, and...</div><div class="long"><p>An optional extra CSS class that will be added to this component's Element when the mouse moves
-over the Element, and removed when the mouse moves out. (defaults to '').  This can be
-useful for adding customized 'active' or 'hover' styles to the component or any of its children using standard CSS rules.</p>
-</div></div></div><div id="config-styleHtmlCls" class="member inherited"><a href="Ext.ProgressBar.html#config-styleHtmlCls" rel="config-styleHtmlCls" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlCls" class="viewSource">view source</a></div><a name="styleHtmlCls"></a><a name="config-styleHtmlCls"></a><a href="Ext.ProgressBar.html#" rel="config-styleHtmlCls" class="cls expand">styleHtmlCls</a><span> : String</span></div><div class="description"><div class="short"><p>The class that is added to the content target when you set styleHtmlContent to true.
-Defaults to 'x-html'</p>
-</div><div class="long"><p>The class that is added to the content target when you set styleHtmlContent to true.
-Defaults to 'x-html'</p>
-</div></div></div><h4 class="cfgGroup">Other Configs</h4><div id="config-animate" class="member f ni"><a href="Ext.ProgressBar.html#config-animate" rel="config-animate" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-cfg-animate" class="viewSource">view source</a></div><a name="animate"></a><a name="config-animate"></a><a href="Ext.ProgressBar.html#" rel="config-animate" class="cls expand">animate</a><span> : Boolean</span></div><div class="description"><div class="short"><p>True to animate the progress bar during transitions (defaults to false)</p>
-</div><div class="long"><p>True to animate the progress bar during transitions (defaults to false)</p>
-</div></div></div><div id="config-autoEl" class="member inherited"><a href="Ext.ProgressBar.html#config-autoEl" rel="config-autoEl" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-autoEl" class="viewSource">view source</a></div><a name="autoEl"></a><a name="config-autoEl"></a><a href="Ext.ProgressBar.html#" rel="config-autoEl" class="cls expand">autoEl</a><span> : Mixed</span></div><div class="description"><div class="short">A tag name or DomHelper spec used to create the Element which will
-encapsulate this Component.
-
-
-You do not normally ...</div><div class="long"><p>A tag name or <a href="Ext.core.DomHelper.html" rel="Ext.core.DomHelper" class="docClass">DomHelper</a> spec used to create the <a href="Ext.ProgressBar.html#getEl" rel="Ext.ProgressBar#getEl" class="docClass">Element</a> which will
-encapsulate this Component.</p>
-
-
-<p>You do not normally need to specify this. For the base classes <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Ext.Component</a> and <a href="Ext.container.Container.html" rel="Ext.container.Container" class="docClass">Ext.container.Container</a>,
-this defaults to <b><tt>'div'</tt></b>. The more complex Sencha classes use a more complex
-DOM structure specified by their own <a href="Ext.ProgressBar.html#renderTpl" rel="Ext.ProgressBar#renderTpl" class="docClass">renderTpl</a>s.</p>
-
-
-<p>This is intended to allow the developer to create application-specific utility Components encapsulated by
-different DOM elements. Example usage:</p>
-
-
-<pre><code>{
-    xtype: 'component',
-    autoEl: {
-        tag: 'img',
-        src: 'http://www.example.com/example.jpg'
-    }
-}, {
-    xtype: 'component',
-    autoEl: {
-        tag: 'blockquote',
-        html: 'autoEl is cool!'
-    }
-}, {
-    xtype: 'container',
-    autoEl: 'ul',
-    cls: 'ux-unordered-list',
-    items: {
-        xtype: 'component',
-        autoEl: 'li',
-        html: 'First list item'
-    }
-}
-</code></pre>
-
-</div></div></div><div id="config-autoRender" class="member inherited"><a href="Ext.ProgressBar.html#config-autoRender" rel="config-autoRender" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-autoRender" class="viewSource">view source</a></div><a name="autoRender"></a><a name="config-autoRender"></a><a href="Ext.ProgressBar.html#" rel="config-autoRender" class="cls expand">autoRender</a><span> : Mixed</span></div><div class="description"><div class="short">This config is intended mainly for floating Components which may or may not be shown. Instead
-of using renderTo in th...</div><div class="long"><p>This config is intended mainly for <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> Components which may or may not be shown. Instead
-of using <a href="Ext.ProgressBar.html#renderTo" rel="Ext.ProgressBar#renderTo" class="docClass">renderTo</a> in the configuration, and rendering upon construction, this allows a Component
-to render itself upon first <i><a href="Ext.ProgressBar.html#show" rel="Ext.ProgressBar#show" class="docClass">show</a></i>.</p>
-
-
-<p>Specify as <code>true</code> to have this Component render to the document body upon first show.</p>
-
-
-<p>Specify as an element, or the ID of an element to have this Component render to a specific element upon first show.</p>
-
-
-<p><b>This defaults to <code>true</code> for the <a href="Ext.window.Window.html" rel="Ext.window.Window" class="docClass">Window</a> class.</b></p>
-
-</div></div></div><div id="config-autoScroll" class="member inherited"><a href="Ext.ProgressBar.html#config-autoScroll" rel="config-autoScroll" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-cfg-autoScroll" class="viewSource">view source</a></div><a name="autoScroll"></a><a name="config-autoScroll"></a><a href="Ext.ProgressBar.html#" rel="config-autoScroll" class="cls expand">autoScroll</a><span> : Boolean</span></div><div class="description"><div class="short">true to use overflow:'auto' on the components layout element and show scroll bars automatically when
-necessary, false...</div><div class="long"><p><code>true</code> to use overflow:'auto' on the components layout element and show scroll bars automatically when
-necessary, <code>false</code> to clip any overflowing content (defaults to <code>false</code>).</p>
-</div></div></div><div id="config-autoShow" class="member inherited"><a href="Ext.ProgressBar.html#config-autoShow" rel="config-autoShow" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-autoShow" class="viewSource">view source</a></div><a name="autoShow"></a><a name="config-autoShow"></a><a href="Ext.ProgressBar.html#" rel="config-autoShow" class="cls expand">autoShow</a><span> : Boolean</span></div><div class="description"><div class="short">True to automatically show the component upon creation.
-This config option may only be used for floating components o...</div><div class="long"><p>True to automatically show the component upon creation.
-This config option may only be used for <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> components or components
-that use <a href="Ext.ProgressBar.html#autoRender" rel="Ext.ProgressBar#autoRender" class="docClass">autoRender</a>. Defaults to <tt>false</tt>.</p>
-</div></div></div><div id="config-baseCls" class="member ni"><a href="Ext.ProgressBar.html#config-baseCls" rel="config-baseCls" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-cfg-baseCls" class="viewSource">view source</a></div><a name="baseCls"></a><a name="config-baseCls"></a><a href="Ext.ProgressBar.html#" rel="config-baseCls" class="cls expand">baseCls</a><span> : String</span></div><div class="description"><div class="short"><p>The base CSS class to apply to the progress bar's wrapper element (defaults to 'x-progress')</p>
-</div><div class="long"><p>The base CSS class to apply to the progress bar's wrapper element (defaults to 'x-progress')</p>
-</div></div></div><div id="config-border" class="member inherited"><a href="Ext.ProgressBar.html#config-border" rel="config-border" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-border" class="viewSource">view source</a></div><a name="border"></a><a name="config-border"></a><a href="Ext.ProgressBar.html#" rel="config-border" class="cls expand">border</a><span> : Number/String</span></div><div class="description"><div class="short">Specifies the border for this component. The border can be a single numeric value to apply to all sides or
-it can be ...</div><div class="long"><p>Specifies the border for this component. The border can be a single numeric value to apply to all sides or
-it can be a CSS style specification for each style, for example: '10 5 3 10'.</p>
-</div></div></div><div id="config-cls" class="member inherited"><a href="Ext.ProgressBar.html#config-cls" rel="config-cls" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-cls" class="viewSource">view source</a></div><a name="cls"></a><a name="config-cls"></a><a href="Ext.ProgressBar.html#" rel="config-cls" class="cls expand">cls</a><span> : String</span></div><div class="description"><div class="short">An optional extra CSS class that will be added to this component's Element (defaults to '').  This can be
-useful for ...</div><div class="long"><p>An optional extra CSS class that will be added to this component's Element (defaults to '').  This can be
-useful for adding customized styles to the component or any of its children using standard CSS rules.</p>
-</div></div></div><div id="config-componentCls" class="member inherited"><a href="Ext.ProgressBar.html#config-componentCls" rel="config-componentCls" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-componentCls" class="viewSource">view source</a></div><a name="componentCls"></a><a name="config-componentCls"></a><a href="Ext.ProgressBar.html#" rel="config-componentCls" class="cls expand">componentCls</a><span> : String</span></div><div class="description"><div class="short"><p>CSS Class to be added to a components root level element to give distinction to it
-via styling.</p>
-</div><div class="long"><p>CSS Class to be added to a components root level element to give distinction to it
-via styling.</p>
-</div></div></div><div id="config-componentLayout" class="member inherited"><a href="Ext.ProgressBar.html#config-componentLayout" rel="config-componentLayout" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-componentLayout" class="viewSource">view source</a></div><a name="componentLayout"></a><a name="config-componentLayout"></a><a href="Ext.ProgressBar.html#" rel="config-componentLayout" class="cls expand">componentLayout</a><span> : String/Object</span></div><div class="description"><div class="short">The sizing and positioning of a Component's internal Elements is the responsibility of
-the Component's layout manager...</div><div class="long"><p>The sizing and positioning of a Component's internal Elements is the responsibility of
-the Component's layout manager which sizes a Component's internal structure in response to the Component being sized.</p>
-
-
-<p>Generally, developers will not use this configuration as all provided Components which need their internal
-elements sizing (Such as <a href="Ext.form.field.Base.html" rel="Ext.form.field.Base" class="docClass">input fields</a>) come with their own componentLayout managers.</p>
-
-
-<p>The <a href="Ext.layout.container.Auto.html" rel="Ext.layout.container.Auto" class="docClass">default layout manager</a> will be used on instances of the base <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Ext.Component</a> class
-which simply sizes the Component's encapsulating element to the height and width specified in the <a href="Ext.ProgressBar.html#setSize" rel="Ext.ProgressBar#setSize" class="docClass">setSize</a> method.</p>
-
-</div></div></div><div id="config-contentEl" class="member inherited"><a href="Ext.ProgressBar.html#config-contentEl" rel="config-contentEl" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-contentEl" class="viewSource">view source</a></div><a name="contentEl"></a><a name="config-contentEl"></a><a href="Ext.ProgressBar.html#" rel="config-contentEl" class="cls expand">contentEl</a><span> : String</span></div><div class="description"><div class="short">Optional. Specify an existing HTML element, or the id of an existing HTML element to use as the content
-for this comp...</div><div class="long"><p>Optional. Specify an existing HTML element, or the <code>id</code> of an existing HTML element to use as the content
-for this component.</p>
-
-
-<ul>
-<li><b>Description</b> :
-<div class="sub-desc">This config option is used to take an existing HTML element and place it in the layout element
-of a new component (it simply moves the specified DOM element <i>after the Component is rendered</i> to use as the content.</div></li>
-<li><b>Notes</b> :
-<div class="sub-desc">The specified HTML element is appended to the layout element of the component <i>after any configured
-<a href="Ext.ProgressBar.html#html" rel="Ext.ProgressBar#html" class="docClass">HTML</a> has been inserted</i>, and so the document will not contain this element at the time the <a href="Ext.ProgressBar.html#render" rel="Ext.ProgressBar#render" class="docClass">render</a> event is fired.</div>
-<div class="sub-desc">The specified HTML element used will not participate in any <code><b><a href="Ext.container.Container.html#layout" rel="Ext.container.Container#layout" class="docClass">layout</a></b></code>
-scheme that the Component may use. It is just HTML. Layouts operate on child <code><b><a href="Ext.container.Container.html#items" rel="Ext.container.Container#items" class="docClass">items</a></b></code>.</div>
-<div class="sub-desc">Add either the <code>x-hidden</code> or the <code>x-hide-display</code> CSS class to
-prevent a brief flicker of the content before it is rendered to the panel.</div></li>
-</ul>
-
-</div></div></div><div id="config-data" class="member inherited"><a href="Ext.ProgressBar.html#config-data" rel="config-data" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-data" class="viewSource">view source</a></div><a name="data"></a><a name="config-data"></a><a href="Ext.ProgressBar.html#" rel="config-data" class="cls expand">data</a><span> : Mixed</span></div><div class="description"><div class="short"><p>The initial set of data to apply to the <code><a href="Ext.ProgressBar.html#tpl" rel="Ext.ProgressBar#tpl" class="docClass">tpl</a></code> to
-update the content area of the Component.</p>
-</div><div class="long"><p>The initial set of data to apply to the <code><a href="Ext.ProgressBar.html#tpl" rel="Ext.ProgressBar#tpl" class="docClass">tpl</a></code> to
-update the content area of the Component.</p>
-</div></div></div><div id="config-disabled" class="member inherited"><a href="Ext.ProgressBar.html#config-disabled" rel="config-disabled" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-disabled" class="viewSource">view source</a></div><a name="disabled"></a><a name="config-disabled"></a><a href="Ext.ProgressBar.html#" rel="config-disabled" class="cls expand">disabled</a><span> : Boolean</span></div><div class="description"><div class="short"><p>Defaults to false.</p>
-</div><div class="long"><p>Defaults to false.</p>
-</div></div></div><div id="config-disabledCls" class="member inherited"><a href="Ext.ProgressBar.html#config-disabledCls" rel="config-disabledCls" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-disabledCls" class="viewSource">view source</a></div><a name="disabledCls"></a><a name="config-disabledCls"></a><a href="Ext.ProgressBar.html#" rel="config-disabledCls" class="cls expand">disabledCls</a><span> : String</span></div><div class="description"><div class="short"><p>CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.</p>
-</div><div class="long"><p>CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.</p>
-</div></div></div><div id="config-draggable" class="member inherited"><a href="Ext.ProgressBar.html#config-draggable" rel="config-draggable" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-cfg-draggable" class="viewSource">view source</a></div><a name="draggable"></a><a name="config-draggable"></a><a href="Ext.ProgressBar.html#" rel="config-draggable" class="cls expand">draggable</a><span> : Mixed</span></div><div class="description"><div class="short">Specify as true to make a floating Component draggable using the Component's encapsulating element as the drag handle...</div><div class="long"><p>Specify as true to make a <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> Component draggable using the Component's encapsulating element as the drag handle.</p>
-
-
-<p>This may also be specified as a config object for the <a href="Ext.util.ComponentDragger.html" rel="Ext.util.ComponentDragger" class="docClass">ComponentDragger</a> which is instantiated to perform dragging.</p>
-
-
-<p>For example to create a Component which may only be dragged around using a certain internal element as the drag handle,
-use the delegate option:</p>
-
-
-<p><code></p>
-
-<pre>new Ext.Component({
-    constrain: true,
-    floating:true,
-    style: {
-        backgroundColor: '#fff',
-        border: '1px solid black'
-    },
-    html: '&lt;h1 style="cursor:move"&gt;The title&lt;/h1&gt;&lt;p&gt;The content&lt;/p&gt;',
-    draggable: {
-        delegate: 'h1'
-    }
-}).show();
-</pre>
-
-
-<p></code></p>
-</div></div></div><div id="config-floating" class="member inherited"><a href="Ext.ProgressBar.html#config-floating" rel="config-floating" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-cfg-floating" class="viewSource">view source</a></div><a name="floating"></a><a name="config-floating"></a><a href="Ext.ProgressBar.html#" rel="config-floating" class="cls expand">floating</a><span> : Boolean</span></div><div class="description"><div class="short">Specify as true to float the Component outside of the document flow using CSS absolute positioning.
-
-
-Components such...</div><div class="long"><p>Specify as true to float the Component outside of the document flow using CSS absolute positioning.</p>
-
-
-<p>Components such as <a href="Ext.window.Window.html" rel="Ext.window.Window" class="docClass">Window</a>s and <a href="Ext.menu.Menu.html" rel="Ext.menu.Menu" class="docClass">Menu</a>s are floating
-by default.</p>
-
-
-<p>Floating Components that are programatically <a href="Ext.Component.html#render" rel="Ext.Component#render" class="docClass">rendered</a> will register themselves with the global
-<a href="Ext.WindowManager.html" rel="Ext.WindowManager" class="docClass">ZIndexManager</a></p>
-
-
-<h3 class="pa">Floating Components as child items of a Container</h3>
-
-
-<p>A floating Component may be used as a child item of a Container. This just allows the floating Component to seek a ZIndexManager by
-examining the ownerCt chain.</p>
-
-
-<p>When configured as floating, Components acquire, at render time, a <a href="Ext.ZIndexManager.html" rel="Ext.ZIndexManager" class="docClass">ZIndexManager</a> which manages a stack
-of related floating Components. The ZIndexManager brings a single floating Component to the top of its stack when
-the Component's <a href="Ext.ProgressBar.html#toFront" rel="Ext.ProgressBar#toFront" class="docClass">toFront</a> method is called.</p>
-
-
-<p>The ZIndexManager is found by traversing up the <a href="Ext.ProgressBar.html#ownerCt" rel="Ext.ProgressBar#ownerCt" class="docClass">ownerCt</a> chain to find an ancestor which itself is floating. This is so that
-descendant floating Components of floating <i>Containers</i> (Such as a ComboBox dropdown within a Window) can have its zIndex managed relative
-to any siblings, but always <b>above</b> that floating ancestor Container.</p>
-
-
-<p>If no floating ancestor is found, a floating Component registers itself with the default <a href="Ext.WindowManager.html" rel="Ext.WindowManager" class="docClass">ZIndexManager</a>.</p>
-
-
-<p>Floating components <i>do not participate in the Container's layout</i>. Because of this, they are not rendered until you explicitly
-<a href="Ext.ProgressBar.html#show" rel="Ext.ProgressBar#show" class="docClass">show</a> them.</p>
-
-
-<p>After rendering, the ownerCt reference is deleted, and the <a href="Ext.ProgressBar.html#floatParent" rel="Ext.ProgressBar#floatParent" class="docClass">floatParent</a> property is set to the found floating ancestor Container.
-If no floating ancestor Container was found the <a href="Ext.ProgressBar.html#floatParent" rel="Ext.ProgressBar#floatParent" class="docClass">floatParent</a> property will not be set.</p>
-
-</div></div></div><div id="config-focusOnToFront" class="member inherited"><a href="Ext.ProgressBar.html#config-focusOnToFront" rel="config-focusOnToFront" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Floating.html" class="definedIn docClass">Ext.util.Floating</a><br/><a href="../source/Floating.html#Ext-util.Floating-cfg-focusOnToFront" class="viewSource">view source</a></div><a name="focusOnToFront"></a><a name="config-focusOnToFront"></a><a href="Ext.ProgressBar.html#" rel="config-focusOnToFront" class="cls expand">focusOnToFront</a><span> : Boolean</span></div><div class="description"><div class="short">Specifies whether the floated component should be automatically focused when it is
-brought to the front. Defaults to ...</div><div class="long"><p>Specifies whether the floated component should be automatically <a href="Ext.ProgressBar.html#focus" rel="Ext.ProgressBar#focus" class="docClass">focused</a> when it is
-<a href="Ext.ProgressBar.html#toFront" rel="Ext.ProgressBar#toFront" class="docClass">brought to the front</a>. Defaults to true.</p>
-</div></div></div><div id="config-frame" class="member inherited"><a href="Ext.ProgressBar.html#config-frame" rel="config-frame" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-frame" class="viewSource">view source</a></div><a name="frame"></a><a name="config-frame"></a><a href="Ext.ProgressBar.html#" rel="config-frame" class="cls expand">frame</a><span> : Boolean</span></div><div class="description"><div class="short">Specify as true to have the Component inject framing elements within the Component at render time to
-provide a graphi...</div><div class="long"><p>Specify as <code>true</code> to have the Component inject framing elements within the Component at render time to
-provide a graphical rounded frame around the Component content.</p>
-
-
-<p>This is only necessary when running on outdated, or non standard-compliant browsers such as Microsoft's Internet Explorer
-prior to version 9 which do not support rounded corners natively.</p>
-
-
-<p>The extra space taken up by this framing is available from the read only property <a href="Ext.ProgressBar.html#frameSize" rel="Ext.ProgressBar#frameSize" class="docClass">frameSize</a>.</p>
-
-</div></div></div><div id="config-height" class="member inherited"><a href="Ext.ProgressBar.html#config-height" rel="config-height" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-height" class="viewSource">view source</a></div><a name="height"></a><a name="config-height"></a><a href="Ext.ProgressBar.html#" rel="config-height" class="cls expand">height</a><span> : Number</span></div><div class="description"><div class="short"><p>The height of this component in pixels.</p>
-</div><div class="long"><p>The height of this component in pixels.</p>
-</div></div></div><div id="config-hidden" class="member inherited"><a href="Ext.ProgressBar.html#config-hidden" rel="config-hidden" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-hidden" class="viewSource">view source</a></div><a name="hidden"></a><a name="config-hidden"></a><a href="Ext.ProgressBar.html#" rel="config-hidden" class="cls expand">hidden</a><span> : Boolean</span></div><div class="description"><div class="short"><p>Defaults to false.</p>
-</div><div class="long"><p>Defaults to false.</p>
-</div></div></div><div id="config-hideMode" class="member inherited"><a href="Ext.ProgressBar.html#config-hideMode" rel="config-hideMode" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-hideMode" class="viewSource">view source</a></div><a name="hideMode"></a><a name="config-hideMode"></a><a href="Ext.ProgressBar.html#" rel="config-hideMode" class="cls expand">hideMode</a><span> : String</span></div><div class="description"><div class="short">A String which specifies how this Component's encapsulating DOM element will be hidden.
-Values may be
-'display' : The...</div><div class="long"><p>A String which specifies how this Component's encapsulating DOM element will be hidden.
-Values may be<div class="mdetail-params"><ul>
-<li><code>'display'</code> : The Component will be hidden using the <code>display: none</code> style.</li>
-<li><code>'visibility'</code> : The Component will be hidden using the <code>visibility: hidden</code> style.</li>
-<li><code>'offsets'</code> : The Component will be hidden by absolutely positioning it out of the visible area of the document. This
-is useful when a hidden Component must maintain measurable dimensions. Hiding using <code>display</code> results
-in a Component having zero dimensions.</li></ul></div>
-Defaults to <code>'display'</code>.</p>
-</div></div></div><div id="config-html" class="member inherited"><a href="Ext.ProgressBar.html#config-html" rel="config-html" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-html" class="viewSource">view source</a></div><a name="html"></a><a name="config-html"></a><a href="Ext.ProgressBar.html#" rel="config-html" class="cls expand">html</a><span> : String/Object</span></div><div class="description"><div class="short">An HTML fragment, or a DomHelper specification to use as the layout element
-content (defaults to ''). The HTML conten...</div><div class="long"><p>An HTML fragment, or a <a href="Ext.core.DomHelper.html" rel="Ext.core.DomHelper" class="docClass">DomHelper</a> specification to use as the layout element
-content (defaults to ''). The HTML content is added after the component is rendered,
-so the document will not contain this HTML at the time the <a href="Ext.ProgressBar.html#render" rel="Ext.ProgressBar#render" class="docClass">render</a> event is fired.
-This content is inserted into the body <i>before</i> any configured <a href="Ext.ProgressBar.html#contentEl" rel="Ext.ProgressBar#contentEl" class="docClass">contentEl</a> is appended.</p>
-</div></div></div><div id="config-id" class="member ni"><a href="Ext.ProgressBar.html#config-id" rel="config-id" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-cfg-id" class="viewSource">view source</a></div><a name="id"></a><a name="config-id"></a><a href="Ext.ProgressBar.html#" rel="config-id" class="cls expand">id</a><span> : String</span></div><div class="description"><div class="short"><p>The progress bar element's id (defaults to an auto-generated id)</p>
-</div><div class="long"><p>The progress bar element's id (defaults to an auto-generated id)</p>
-</div></div></div><div id="config-itemId" class="member inherited"><a href="Ext.ProgressBar.html#config-itemId" rel="config-itemId" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-itemId" class="viewSource">view source</a></div><a name="itemId"></a><a name="config-itemId"></a><a href="Ext.ProgressBar.html#" rel="config-itemId" class="cls expand">itemId</a><span> : String</span></div><div class="description"><div class="short">An itemId can be used as an alternative way to get a reference to a component
-when no object reference is available. ...</div><div class="long"><p>An <tt>itemId</tt> can be used as an alternative way to get a reference to a component
-when no object reference is available.  Instead of using an <code><a href="Ext.ProgressBar.html#id" rel="Ext.ProgressBar#id" class="docClass">id</a></code> with
-<a href="Ext.html" rel="Ext" class="docClass">Ext</a>.<a href="Ext.html#getCmp" rel="Ext#getCmp" class="docClass">getCmp</a>, use <code>itemId</code> with
-<a href="Ext.container.Container.html" rel="Ext.container.Container" class="docClass">Ext.container.Container</a>.<a href="Ext.container.Container.html#getComponent" rel="Ext.container.Container#getComponent" class="docClass">getComponent</a> which will retrieve
-<code>itemId</code>'s or <tt><a href="Ext.ProgressBar.html#id" rel="Ext.ProgressBar#id" class="docClass">id</a></tt>'s. Since <code>itemId</code>'s are an index to the
-container's internal MixedCollection, the <code>itemId</code> is scoped locally to the container --
-avoiding potential conflicts with <a href="Ext.ComponentManager.html" rel="Ext.ComponentManager" class="docClass">Ext.ComponentManager</a> which requires a <b>unique</b>
-<code><a href="Ext.ProgressBar.html#id" rel="Ext.ProgressBar#id" class="docClass">id</a></code>.</p>
-
-
-<pre><code>var c = new Ext.panel.Panel({ //
-    <a href="Ext.Component.html#height" rel="Ext.Component#height" class="docClass">height</a>: 300,
-    <a href="Ext.ProgressBar.html#renderTo" rel="Ext.ProgressBar#renderTo" class="docClass">renderTo</a>: document.body,
-    <a href="Ext.container.Container.html#layout" rel="Ext.container.Container#layout" class="docClass">layout</a>: 'auto',
-    <a href="Ext.container.Container.html#items" rel="Ext.container.Container#items" class="docClass">items</a>: [
-        {
-            itemId: 'p1',
-            <a href="Ext.panel.Panel.html#title" rel="Ext.panel.Panel#title" class="docClass">title</a>: 'Panel 1',
-            <a href="Ext.Component.html#height" rel="Ext.Component#height" class="docClass">height</a>: 150
-        },
-        {
-            itemId: 'p2',
-            <a href="Ext.panel.Panel.html#title" rel="Ext.panel.Panel#title" class="docClass">title</a>: 'Panel 2',
-            <a href="Ext.Component.html#height" rel="Ext.Component#height" class="docClass">height</a>: 150
-        }
-    ]
-})
-p1 = c.<a href="Ext.container.Container.html#getComponent" rel="Ext.container.Container#getComponent" class="docClass">getComponent</a>('p1'); // not the same as <a href="Ext.html#getCmp" rel="Ext#getCmp" class="docClass">Ext.getCmp()</a>
-p2 = p1.<a href="Ext.ProgressBar.html#ownerCt" rel="Ext.ProgressBar#ownerCt" class="docClass">ownerCt</a>.<a href="Ext.container.Container.html#getComponent" rel="Ext.container.Container#getComponent" class="docClass">getComponent</a>('p2'); // reference via a sibling
-</code></pre>
-
-
-<p>Also see <tt><a href="Ext.ProgressBar.html#id" rel="Ext.ProgressBar#id" class="docClass">id</a></tt>, <code><a href="Ext.ProgressBar.html#query" rel="Ext.ProgressBar#query" class="docClass">query</a></code>, <code><a href="Ext.ProgressBar.html#down" rel="Ext.ProgressBar#down" class="docClass">down</a></code> and <code><a href="Ext.ProgressBar.html#child" rel="Ext.ProgressBar#child" class="docClass">child</a></code>.</p>
-
-
-<p><b>Note</b>: to access the container of an item see <tt><a href="Ext.ProgressBar.html#ownerCt" rel="Ext.ProgressBar#ownerCt" class="docClass">ownerCt</a></tt>.</p>
-
-</div></div></div><div id="config-listeners" class="member inherited"><a href="Ext.ProgressBar.html#config-listeners" rel="config-listeners" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-cfg-listeners" class="viewSource">view source</a></div><a name="listeners"></a><a name="config-listeners"></a><a href="Ext.ProgressBar.html#" rel="config-listeners" class="cls expand">listeners</a><span> : Object</span></div><div class="description"><div class="short">(optional) A config object containing one or more event handlers to be added to this
-object during initialization.  T...</div><div class="long"><p>(optional) <p>A config object containing one or more event handlers to be added to this
-object during initialization.  This should be a valid listeners config object as specified in the
-<a href="Ext.ProgressBar.html#addListener" rel="Ext.ProgressBar#addListener" class="docClass">addListener</a> example for attaching multiple handlers at once.</p></p>
-
-<br><p><b><u>DOM events from ExtJs <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Components</a></u></b></p>
-
-
-<br><p>While <i>some</i> ExtJs Component classes export selected DOM events (e.g. "click", "mouseover" etc), this
-
-
-<p>is usually only done when extra value can be added. For example the <a href="Ext.view.View.html" rel="Ext.view.View" class="docClass">DataView</a>'s
-<b><code><a href="Ext.view.View.html#click" rel="Ext.view.View#click" class="docClass">click</a></code></b> event passing the node clicked on. To access DOM
-events directly from a child element of a Component, we need to specify the <code>element</code> option to
-identify the Component property to add a DOM listener to:</p>
-
-<pre><code>new Ext.panel.Panel({
-    width: 400,
-    height: 200,
-    dockedItems: [{
-        xtype: 'toolbar'
-    }],
-    listeners: {
-        click: {
-            element: 'el', //bind to the underlying el property on the panel
-            fn: function(){ console.log('click el'); }
-        },
-        dblclick: {
-            element: 'body', //bind to the underlying body property on the panel
-            fn: function(){ console.log('dblclick body'); }
-        }
-    }
-});
-</code></pre>
-
-
-<p></p></p>
-</div></div></div><div id="config-loader" class="member inherited"><a href="Ext.ProgressBar.html#config-loader" rel="config-loader" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-loader" class="viewSource">view source</a></div><a name="loader"></a><a name="config-loader"></a><a href="Ext.ProgressBar.html#" rel="config-loader" class="cls expand">loader</a><span> : Ext.ComponentLoader/Object</span></div><div class="description"><div class="short"><p>A configuration object or an instance of a <a href="Ext.ComponentLoader.html" rel="Ext.ComponentLoader" class="docClass">Ext.ComponentLoader</a> to load remote
-content for this Component.</p>
-</div><div class="long"><p>A configuration object or an instance of a <a href="Ext.ComponentLoader.html" rel="Ext.ComponentLoader" class="docClass">Ext.ComponentLoader</a> to load remote
-content for this Component.</p>
-</div></div></div><div id="config-maintainFlex" class="member inherited"><a href="Ext.ProgressBar.html#config-maintainFlex" rel="config-maintainFlex" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-cfg-maintainFlex" class="viewSource">view source</a></div><a name="maintainFlex"></a><a name="config-maintainFlex"></a><a href="Ext.ProgressBar.html#" rel="config-maintainFlex" class="cls expand">maintainFlex</a><span> : Boolean</span></div><div class="description"><div class="short">Only valid when a sibling element of a Splitter within a VBox or
-HBox layout.
-
-
-Specifies that if an immediate siblin...</div><div class="long"><p><b>Only valid when a sibling element of a <a href="Ext.resizer.Splitter.html" rel="Ext.resizer.Splitter" class="docClass">Splitter</a> within a <a href="Ext.layout.container.VBox.html" rel="Ext.layout.container.VBox" class="docClass">VBox</a> or
-<a href="Ext.layout.container.HBox.html" rel="Ext.layout.container.HBox" class="docClass">HBox</a> layout.</b></p>
-
-
-<p>Specifies that if an immediate sibling Splitter is moved, the Component on the <i>other</i> side is resized, and this
-Component maintains its configured <a href="Ext.layout.container.Box.html#flex" rel="Ext.layout.container.Box#flex" class="docClass">flex</a> value.</p>
-
-</div></div></div><div id="config-margin" class="member inherited"><a href="Ext.ProgressBar.html#config-margin" rel="config-margin" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-margin" class="viewSource">view source</a></div><a name="margin"></a><a name="config-margin"></a><a href="Ext.ProgressBar.html#" rel="config-margin" class="cls expand">margin</a><span> : Number/String</span></div><div class="description"><div class="short">Specifies the margin for this component. The margin can be a single numeric value to apply to all sides or
-it can be ...</div><div class="long"><p>Specifies the margin for this component. The margin can be a single numeric value to apply to all sides or
-it can be a CSS style specification for each style, for example: '10 5 3 10'.</p>
-</div></div></div><div id="config-maxHeight" class="member inherited"><a href="Ext.ProgressBar.html#config-maxHeight" rel="config-maxHeight" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-maxHeight" class="viewSource">view source</a></div><a name="maxHeight"></a><a name="config-maxHeight"></a><a href="Ext.ProgressBar.html#" rel="config-maxHeight" class="cls expand">maxHeight</a><span> : Number</span></div><div class="description"><div class="short">The maximum value in pixels which this Component will set its height to.
-
-
-Warning: This will override any size manag...</div><div class="long"><p>The maximum value in pixels which this Component will set its height to.</p>
-
-
-<p><b>Warning:</b> This will override any size management applied by layout managers.</p>
-
-</div></div></div><div id="config-maxWidth" class="member inherited"><a href="Ext.ProgressBar.html#config-maxWidth" rel="config-maxWidth" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-maxWidth" class="viewSource">view source</a></div><a name="maxWidth"></a><a name="config-maxWidth"></a><a href="Ext.ProgressBar.html#" rel="config-maxWidth" class="cls expand">maxWidth</a><span> : Number</span></div><div class="description"><div class="short">The maximum value in pixels which this Component will set its width to.
-
-
-Warning: This will override any size manage...</div><div class="long"><p>The maximum value in pixels which this Component will set its width to.</p>
-
-
-<p><b>Warning:</b> This will override any size management applied by layout managers.</p>
-
-</div></div></div><div id="config-minHeight" class="member inherited"><a href="Ext.ProgressBar.html#config-minHeight" rel="config-minHeight" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-minHeight" class="viewSource">view source</a></div><a name="minHeight"></a><a name="config-minHeight"></a><a href="Ext.ProgressBar.html#" rel="config-minHeight" class="cls expand">minHeight</a><span> : Number</span></div><div class="description"><div class="short">The minimum value in pixels which this Component will set its height to.
-
-
-Warning: This will override any size manag...</div><div class="long"><p>The minimum value in pixels which this Component will set its height to.</p>
-
-
-<p><b>Warning:</b> This will override any size management applied by layout managers.</p>
-
-</div></div></div><div id="config-minWidth" class="member inherited"><a href="Ext.ProgressBar.html#config-minWidth" rel="config-minWidth" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-minWidth" class="viewSource">view source</a></div><a name="minWidth"></a><a name="config-minWidth"></a><a href="Ext.ProgressBar.html#" rel="config-minWidth" class="cls expand">minWidth</a><span> : Number</span></div><div class="description"><div class="short">The minimum value in pixels which this Component will set its width to.
-
-
-Warning: This will override any size manage...</div><div class="long"><p>The minimum value in pixels which this Component will set its width to.</p>
-
-
-<p><b>Warning:</b> This will override any size management applied by layout managers.</p>
-
-</div></div></div><div id="config-overCls" class="member inherited"><a href="Ext.ProgressBar.html#config-overCls" rel="config-overCls" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-overCls" class="viewSource">view source</a></div><a name="overCls"></a><a name="config-overCls"></a><a href="Ext.ProgressBar.html#" rel="config-overCls" class="cls expand">overCls</a><span> : String</span></div><div class="description"><div class="short">An optional extra CSS class that will be added to this component's Element when the mouse moves
-over the Element, and...</div><div class="long"><p>An optional extra CSS class that will be added to this component's Element when the mouse moves
-over the Element, and removed when the mouse moves out. (defaults to '').  This can be
-useful for adding customized 'active' or 'hover' styles to the component or any of its children using standard CSS rules.</p>
-</div></div></div><div id="config-padding" class="member inherited"><a href="Ext.ProgressBar.html#config-padding" rel="config-padding" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-padding" class="viewSource">view source</a></div><a name="padding"></a><a name="config-padding"></a><a href="Ext.ProgressBar.html#" rel="config-padding" class="cls expand">padding</a><span> : Number/String</span></div><div class="description"><div class="short">Specifies the padding for this component. The padding can be a single numeric value to apply to all sides or
-it can b...</div><div class="long"><p>Specifies the padding for this component. The padding can be a single numeric value to apply to all sides or
-it can be a CSS style specification for each style, for example: '10 5 3 10'.</p>
-</div></div></div><div id="config-plugins" class="member inherited"><a href="Ext.ProgressBar.html#config-plugins" rel="config-plugins" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-plugins" class="viewSource">view source</a></div><a name="plugins"></a><a name="config-plugins"></a><a href="Ext.ProgressBar.html#" rel="config-plugins" class="cls expand">plugins</a><span> : Object/Array</span></div><div class="description"><div class="short">An object or array of objects that will provide custom functionality for this component.  The only
-requirement for a ...</div><div class="long"><p>An object or array of objects that will provide custom functionality for this component.  The only
-requirement for a valid plugin is that it contain an init method that accepts a reference of type <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Ext.Component</a>.
-When a component is created, if any plugins are available, the component will call the init method on each
-plugin, passing a reference to itself.  Each plugin can then call methods or respond to events on the
-component as needed to provide its functionality.</p>
-</div></div></div><div id="config-renderSelectors" class="member inherited"><a href="Ext.ProgressBar.html#config-renderSelectors" rel="config-renderSelectors" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-renderSelectors" class="viewSource">view source</a></div><a name="renderSelectors"></a><a name="config-renderSelectors"></a><a href="Ext.ProgressBar.html#" rel="config-renderSelectors" class="cls expand">renderSelectors</a><span> : Object</span></div><div class="description"><div class="short">An object containing properties specifying DomQuery selectors which identify child elements
-created by the render pro...</div><div class="long"><p>An object containing properties specifying <a href="Ext.DomQuery.html" rel="Ext.DomQuery" class="docClass">DomQuery</a> selectors which identify child elements
-created by the render process.</p>
-
-<p>After the Component's internal structure is rendered according to the <a href="Ext.ProgressBar.html#renderTpl" rel="Ext.ProgressBar#renderTpl" class="docClass">renderTpl</a>, this object is iterated through,
-and the found Elements are added as properties to the Component using the <code>renderSelector</code> property name.</p>
-
-<p>For example, a Component which rendered an image, and description into its element might use the following properties
-coded into its prototype:</p>
-
-<pre><code>renderTpl: '&amp;lt;img src="{imageUrl}" class="x-image-component-img"&gt;&amp;lt;div class="x-image-component-desc"&gt;{description}&amp;gt;/div&amp;lt;',
-
-renderSelectors: {
-    image: 'img.x-image-component-img',
-    descEl: 'div.x-image-component-desc'
-}
-</code></pre>
-
-<p>After rendering, the Component would have a property <code>image</code> referencing its child <code>img</code> Element,
-and a property <code>descEl</code> referencing the <code>div</code> Element which contains the description.</p>
-</div></div></div><div id="config-renderTo" class="member inherited"><a href="Ext.ProgressBar.html#config-renderTo" rel="config-renderTo" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-renderTo" class="viewSource">view source</a></div><a name="renderTo"></a><a name="config-renderTo"></a><a href="Ext.ProgressBar.html#" rel="config-renderTo" class="cls expand">renderTo</a><span> : Mixed</span></div><div class="description"><div class="short">Specify the id of the element, a DOM element or an existing Element that this component
-will be rendered into.
-
-
-
-Not...</div><div class="long"><p>Specify the id of the element, a DOM element or an existing Element that this component
-will be rendered into.</p>
-
-
-<div><ul>
-<li><b>Notes</b> : <ul>
-<div class="sub-desc">Do <u>not</u> use this option if the Component is to be a child item of
-a <a href="Ext.container.Container.html" rel="Ext.container.Container" class="docClass">Container</a>. It is the responsibility of the
-<a href="Ext.container.Container.html" rel="Ext.container.Container" class="docClass">Container</a>'s <a href="Ext.container.Container.html#layout" rel="Ext.container.Container#layout" class="docClass">layout manager</a>
-to render and manage its child items.</div>
-<div class="sub-desc">When using this config, a call to render() is not required.</div>
-</ul></li>
-</ul></div>
-
-
-<p>See <code><a href="Ext.ProgressBar.html#render" rel="Ext.ProgressBar#render" class="docClass">render</a></code> also.</p>
-
-</div></div></div><div id="config-renderTpl" class="member inherited"><a href="Ext.ProgressBar.html#config-renderTpl" rel="config-renderTpl" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-renderTpl" class="viewSource">view source</a></div><a name="renderTpl"></a><a name="config-renderTpl"></a><a href="Ext.ProgressBar.html#" rel="config-renderTpl" class="cls expand">renderTpl</a><span> : Mixed</span></div><div class="description"><div class="short">An XTemplate used to create the internal structure inside this Component's
-encapsulating Element.
-
-
-You do not normal...</div><div class="long"><p>An <a href="Ext.XTemplate.html" rel="Ext.XTemplate" class="docClass">XTemplate</a> used to create the internal structure inside this Component's
-encapsulating <a href="Ext.ProgressBar.html#getEl" rel="Ext.ProgressBar#getEl" class="docClass">Element</a>.</p>
-
-
-<p>You do not normally need to specify this. For the base classes <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Ext.Component</a>
-and <a href="Ext.container.Container.html" rel="Ext.container.Container" class="docClass">Ext.container.Container</a>, this defaults to <b><code>null</code></b> which means that they will be initially rendered
-with no internal structure; they render their <a href="Ext.ProgressBar.html#getEl" rel="Ext.ProgressBar#getEl" class="docClass">Element</a> empty. The more specialized ExtJS and Touch classes
-which use a more complex DOM structure, provide their own template definitions.</p>
-
-
-<p>This is intended to allow the developer to create application-specific utility Components with customized
-internal structure.</p>
-
-
-<p>Upon rendering, any created child elements may be automatically imported into object properties using the
-<a href="Ext.ProgressBar.html#renderSelectors" rel="Ext.ProgressBar#renderSelectors" class="docClass">renderSelectors</a> option.</p>
-
-</div></div></div><div id="config-resizable" class="member inherited"><a href="Ext.ProgressBar.html#config-resizable" rel="config-resizable" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-cfg-resizable" class="viewSource">view source</a></div><a name="resizable"></a><a name="config-resizable"></a><a href="Ext.ProgressBar.html#" rel="config-resizable" class="cls expand">resizable</a><span> : Mixed</span></div><div class="description"><div class="short">Specify as true to apply a Resizer to this Component
-after rendering.
-
-
-May also be specified as a config object to b...</div><div class="long"><p>Specify as <code>true</code> to apply a <a href="Ext.resizer.Resizer.html" rel="Ext.resizer.Resizer" class="docClass">Resizer</a> to this Component
-after rendering.</p>
-
-
-<p>May also be specified as a config object to be passed to the constructor of <a href="Ext.resizer.Resizer.html" rel="Ext.resizer.Resizer" class="docClass">Resizer</a>
-to override any defaults. By default the Component passes its minimum and maximum size, and uses
-<code><a href="Ext.resizer.Resizer.html#dynamic" rel="Ext.resizer.Resizer#dynamic" class="docClass">Ext.resizer.Resizer.dynamic</a>: false</code></p>
-
-</div></div></div><div id="config-resizeHandles" class="member inherited"><a href="Ext.ProgressBar.html#config-resizeHandles" rel="config-resizeHandles" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-cfg-resizeHandles" class="viewSource">view source</a></div><a name="resizeHandles"></a><a name="config-resizeHandles"></a><a href="Ext.ProgressBar.html#" rel="config-resizeHandles" class="cls expand">resizeHandles</a><span> : String</span></div><div class="description"><div class="short"><p>A valid <a href="Ext.resizer.Resizer.html" rel="Ext.resizer.Resizer" class="docClass">Ext.resizer.Resizer</a> handles config string (defaults to 'all').  Only applies when resizable = true.</p>
-</div><div class="long"><p>A valid <a href="Ext.resizer.Resizer.html" rel="Ext.resizer.Resizer" class="docClass">Ext.resizer.Resizer</a> handles config string (defaults to 'all').  Only applies when resizable = true.</p>
-</div></div></div><div id="config-saveBuffer" class="member inherited"><a href="Ext.ProgressBar.html#config-saveBuffer" rel="config-saveBuffer" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-cfg-saveBuffer" class="viewSource">view source</a></div><a name="saveBuffer"></a><a name="config-saveBuffer"></a><a href="Ext.ProgressBar.html#" rel="config-saveBuffer" class="cls expand">saveBuffer</a><span> : Number</span></div><div class="description"><div class="short"><p>A buffer to be applied if many state events are fired within
-a short period. Defaults to 100.</p>
-</div><div class="long"><p>A buffer to be applied if many state events are fired within
-a short period. Defaults to 100.</p>
-</div></div></div><div id="config-shadow" class="member inherited"><a href="Ext.ProgressBar.html#config-shadow" rel="config-shadow" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Floating.html" class="definedIn docClass">Ext.util.Floating</a><br/><a href="../source/Floating.html#Ext-util.Floating-cfg-shadow" class="viewSource">view source</a></div><a name="shadow"></a><a name="config-shadow"></a><a href="Ext.ProgressBar.html#" rel="config-shadow" class="cls expand">shadow</a><span> : String/Boolean</span></div><div class="description"><div class="short">Specifies whether the floating component should be given a shadow. Set to
-true to automatically create an Ext.Shadow,...</div><div class="long"><p>Specifies whether the floating component should be given a shadow. Set to
-<tt>true</tt> to automatically create an <a href="Ext.Shadow.html" rel="Ext.Shadow" class="docClass">Ext.Shadow</a>, or a string indicating the
-shadow's display <a href="Ext.Shadow.html#mode" rel="Ext.Shadow#mode" class="docClass">Ext.Shadow.mode</a>. Set to <tt>false</tt> to disable the shadow.
-(Defaults to <tt>'sides'</tt>.)</p>
-</div></div></div><div id="config-stateEvents" class="member inherited"><a href="Ext.ProgressBar.html#config-stateEvents" rel="config-stateEvents" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-cfg-stateEvents" class="viewSource">view source</a></div><a name="stateEvents"></a><a name="config-stateEvents"></a><a href="Ext.ProgressBar.html#" rel="config-stateEvents" class="cls expand">stateEvents</a><span> : Array</span></div><div class="description"><div class="short">An array of events that, when fired, should trigger this object to
-save its state (defaults to none). stateEvents may...</div><div class="long"><p>An array of events that, when fired, should trigger this object to
-save its state (defaults to none). <code>stateEvents</code> may be any type
-of event supported by this object, including browser or custom events
-(e.g., <tt>['click', 'customerchange']</tt>).</p>
-
-
-<p>See <code><a href="Ext.ProgressBar.html#stateful" rel="Ext.ProgressBar#stateful" class="docClass">stateful</a></code> for an explanation of saving and
-restoring object state.</p>
-
-</div></div></div><div id="config-stateId" class="member inherited"><a href="Ext.ProgressBar.html#config-stateId" rel="config-stateId" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-cfg-stateId" class="viewSource">view source</a></div><a name="stateId"></a><a name="config-stateId"></a><a href="Ext.ProgressBar.html#" rel="config-stateId" class="cls expand">stateId</a><span> : String</span></div><div class="description"><div class="short">The unique id for this object to use for state management purposes.
-
-See stateful for an explanation of saving and re...</div><div class="long"><p>The unique id for this object to use for state management purposes.</p>
-
-<p>See <a href="Ext.ProgressBar.html#stateful" rel="Ext.ProgressBar#stateful" class="docClass">stateful</a> for an explanation of saving and restoring state.</p>
-
-</div></div></div><div id="config-stateful" class="member inherited"><a href="Ext.ProgressBar.html#config-stateful" rel="config-stateful" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-cfg-stateful" class="viewSource">view source</a></div><a name="stateful"></a><a name="config-stateful"></a><a href="Ext.ProgressBar.html#" rel="config-stateful" class="cls expand">stateful</a><span> : Boolean</span></div><div class="description"><div class="short">A flag which causes the object to attempt to restore the state of
-internal properties from a saved state on startup. ...</div><div class="long"><p>A flag which causes the object to attempt to restore the state of
-internal properties from a saved state on startup. The object must have
-a <code><a href="Ext.ProgressBar.html#stateId" rel="Ext.ProgressBar#stateId" class="docClass">stateId</a></code> for state to be managed. 
-Auto-generated ids are not guaranteed to be stable across page loads and 
-cannot be relied upon to save and restore the same state for a object.<p>
-<p>For state saving to work, the state manager's provider must have been
-set to an implementation of <a href="Ext.state.Provider.html" rel="Ext.state.Provider" class="docClass">Ext.state.Provider</a> which overrides the
-<a href="Ext.state.Provider.html#set" rel="Ext.state.Provider#set" class="docClass">set</a> and <a href="Ext.state.Provider.html#get" rel="Ext.state.Provider#get" class="docClass">get</a>
-methods to save and recall name/value pairs. A built-in implementation,
-<a href="Ext.state.CookieProvider.html" rel="Ext.state.CookieProvider" class="docClass">Ext.state.CookieProvider</a> is available.</p>
-<p>To set the state provider for the current page:</p>
-<pre><code>Ext.state.Manager.setProvider(new Ext.state.CookieProvider({
-    expires: new Date(new Date().getTime()+(1000*60*60*24*7)), //7 days from now
-}));
-</code></pre>
-<p>A stateful object attempts to save state when one of the events
-listed in the <code><a href="Ext.ProgressBar.html#stateEvents" rel="Ext.ProgressBar#stateEvents" class="docClass">stateEvents</a></code> configuration fires.</p>
-<p>To save state, a stateful object first serializes its state by
-calling <b><code><a href="Ext.ProgressBar.html#getState" rel="Ext.ProgressBar#getState" class="docClass">getState</a></code></b>. By default, this function does
-nothing. The developer must provide an implementation which returns an
-object hash which represents the restorable state of the object.</p>
-<p>The value yielded by getState is passed to <a href="Ext.state.Manager.html#set" rel="Ext.state.Manager#set" class="docClass">Ext.state.Manager.set</a>
-which uses the configured <a href="Ext.state.Provider.html" rel="Ext.state.Provider" class="docClass">Ext.state.Provider</a> to save the object
-keyed by the <code><a href="stateId.html" rel="stateId" class="docClass">stateId</a></code></p>.
-<p>During construction, a stateful object attempts to <i>restore</i>
-its state by calling <a href="Ext.state.Manager.html#get" rel="Ext.state.Manager#get" class="docClass">Ext.state.Manager.get</a> passing the
-<code><a href="Ext.ProgressBar.html#stateId" rel="Ext.ProgressBar#stateId" class="docClass">stateId</a></code></p>
-<p>The resulting object is passed to <b><code><a href="Ext.ProgressBar.html#applyState" rel="Ext.ProgressBar#applyState" class="docClass">applyState</a></code></b>.
-The default implementation of <code><a href="Ext.ProgressBar.html#applyState" rel="Ext.ProgressBar#applyState" class="docClass">applyState</a></code> simply copies
-properties into the object, but a developer may override this to support
-more behaviour.</p>
-<p>You can perform extra processing on state save and restore by attaching
-handlers to the <a href="Ext.ProgressBar.html#beforestaterestore" rel="Ext.ProgressBar#beforestaterestore" class="docClass">beforestaterestore</a>, <a href="Ext.ProgressBar.html#staterestore" rel="Ext.ProgressBar#staterestore" class="docClass">staterestore</a>,
-<a href="Ext.ProgressBar.html#beforestatesave" rel="Ext.ProgressBar#beforestatesave" class="docClass">beforestatesave</a> and <a href="Ext.ProgressBar.html#statesave" rel="Ext.ProgressBar#statesave" class="docClass">statesave</a> events.</p>
-
-</div></div></div><div id="config-style" class="member inherited"><a href="Ext.ProgressBar.html#config-style" rel="config-style" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-style" class="viewSource">view source</a></div><a name="style"></a><a name="config-style"></a><a href="Ext.ProgressBar.html#" rel="config-style" class="cls expand">style</a><span> : String</span></div><div class="description"><div class="short">A custom style specification to be applied to this component's Element.  Should be a valid argument to
-Ext.core.Eleme...</div><div class="long"><p>A custom style specification to be applied to this component's Element.  Should be a valid argument to
-<a href="Ext.core.Element.html#applyStyles" rel="Ext.core.Element#applyStyles" class="docClass">Ext.core.Element.applyStyles</a>.</p>
-
-<pre><code>        new Ext.panel.Panel({
-            title: 'Some Title',
-            renderTo: Ext.getBody(),
-            width: 400, height: 300,
-            layout: 'form',
-            items: [{
-                xtype: 'textarea',
-                style: {
-                    width: '95%',
-                    marginBottom: '10px'
-                }
-            },
-            new Ext.button.Button({
-                text: 'Send',
-                minWidth: '100',
-                style: {
-                    marginBottom: '10px'
-                }
-            })
-            ]
-        });
-     </code></pre>
-
-</div></div></div><div id="config-styleHtmlCls" class="member inherited"><a href="Ext.ProgressBar.html#config-styleHtmlCls" rel="config-styleHtmlCls" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlCls" class="viewSource">view source</a></div><a name="styleHtmlCls"></a><a name="config-styleHtmlCls"></a><a href="Ext.ProgressBar.html#" rel="config-styleHtmlCls" class="cls expand">styleHtmlCls</a><span> : String</span></div><div class="description"><div class="short"><p>The class that is added to the content target when you set styleHtmlContent to true.
-Defaults to 'x-html'</p>
-</div><div class="long"><p>The class that is added to the content target when you set styleHtmlContent to true.
-Defaults to 'x-html'</p>
-</div></div></div><div id="config-styleHtmlContent" class="member inherited"><a href="Ext.ProgressBar.html#config-styleHtmlContent" rel="config-styleHtmlContent" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlContent" class="viewSource">view source</a></div><a name="styleHtmlContent"></a><a name="config-styleHtmlContent"></a><a href="Ext.ProgressBar.html#" rel="config-styleHtmlContent" class="cls expand">styleHtmlContent</a><span> : String</span></div><div class="description"><div class="short"><p>True to automatically style the html inside the content target of this component (body for panels).
-Defaults to false.</p>
-</div><div class="long"><p>True to automatically style the html inside the content target of this component (body for panels).
-Defaults to false.</p>
-</div></div></div><div id="config-text" class="member ni"><a href="Ext.ProgressBar.html#config-text" rel="config-text" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-cfg-text" class="viewSource">view source</a></div><a name="text"></a><a name="config-text"></a><a href="Ext.ProgressBar.html#" rel="config-text" class="cls expand">text</a><span> : String</span></div><div class="description"><div class="short"><p>The text shown in the progress bar (defaults to '')</p>
-</div><div class="long"><p>The text shown in the progress bar (defaults to '')</p>
-</div></div></div><div id="config-textEl" class="member ni"><a href="Ext.ProgressBar.html#config-textEl" rel="config-textEl" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-cfg-textEl" class="viewSource">view source</a></div><a name="textEl"></a><a name="config-textEl"></a><a href="Ext.ProgressBar.html#" rel="config-textEl" class="cls expand">textEl</a><span> : Mixed</span></div><div class="description"><div class="short"><p>The element to render the progress text to (defaults to the progress
-bar's internal text element)</p>
-</div><div class="long"><p>The element to render the progress text to (defaults to the progress
-bar's internal text element)</p>
-</div></div></div><div id="config-toFrontOnShow" class="member inherited"><a href="Ext.ProgressBar.html#config-toFrontOnShow" rel="config-toFrontOnShow" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-cfg-toFrontOnShow" class="viewSource">view source</a></div><a name="toFrontOnShow"></a><a name="config-toFrontOnShow"></a><a href="Ext.ProgressBar.html#" rel="config-toFrontOnShow" class="cls expand">toFrontOnShow</a><span> : Boolean</span></div><div class="description"><div class="short">True to automatically call toFront when the show method is called
-on an already visible, floating component (default ...</div><div class="long"><p>True to automatically call <a href="Ext.ProgressBar.html#toFront" rel="Ext.ProgressBar#toFront" class="docClass">toFront</a> when the <a href="Ext.ProgressBar.html#show" rel="Ext.ProgressBar#show" class="docClass">show</a> method is called
-on an already visible, floating component (default is <code>true</code>).</p>
-
-</div></div></div><div id="config-tpl" class="member inherited"><a href="Ext.ProgressBar.html#config-tpl" rel="config-tpl" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-tpl" class="viewSource">view source</a></div><a name="tpl"></a><a name="config-tpl"></a><a href="Ext.ProgressBar.html#" rel="config-tpl" class="cls expand">tpl</a><span> : Mixed</span></div><div class="description"><div class="short">An Ext.Template, Ext.XTemplate
-or an array of strings to form an Ext.XTemplate.
-Used in conjunction with the data and...</div><div class="long"><p>An <bold><a href="Ext.Template.html" rel="Ext.Template" class="docClass">Ext.Template</a></bold>, <bold><a href="Ext.XTemplate.html" rel="Ext.XTemplate" class="docClass">Ext.XTemplate</a></bold>
-or an array of strings to form an <a href="Ext.XTemplate.html" rel="Ext.XTemplate" class="docClass">Ext.XTemplate</a>.
-Used in conjunction with the <code><a href="Ext.ProgressBar.html#data" rel="Ext.ProgressBar#data" class="docClass">data</a></code> and
-<code><a href="Ext.ProgressBar.html#tplWriteMode" rel="Ext.ProgressBar#tplWriteMode" class="docClass">tplWriteMode</a></code> configurations.</p>
-</div></div></div><div id="config-tplWriteMode" class="member inherited"><a href="Ext.ProgressBar.html#config-tplWriteMode" rel="config-tplWriteMode" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-tplWriteMode" class="viewSource">view source</a></div><a name="tplWriteMode"></a><a name="config-tplWriteMode"></a><a href="Ext.ProgressBar.html#" rel="config-tplWriteMode" class="cls expand">tplWriteMode</a><span> : String</span></div><div class="description"><div class="short">The Ext.(X)Template method to use when
-updating the content area of the Component. Defaults to 'overwrite'
-(see Ext.X...</div><div class="long"><p>The Ext.(X)Template method to use when
-updating the content area of the Component. Defaults to <code>'overwrite'</code>
-(see <code><a href="Ext.XTemplate.html#overwrite" rel="Ext.XTemplate#overwrite" class="docClass">Ext.XTemplate.overwrite</a></code>).</p>
-</div></div></div><div id="config-ui" class="member inherited"><a href="Ext.ProgressBar.html#config-ui" rel="config-ui" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-ui" class="viewSource">view source</a></div><a name="ui"></a><a name="config-ui"></a><a href="Ext.ProgressBar.html#" rel="config-ui" class="cls expand">ui</a><span> : String/Array</span></div><div class="description"><div class="short"><p>A set style for a component. Can be a string or an Array of multiple strings (UIs)</p>
-</div><div class="long"><p>A set style for a component. Can be a string or an Array of multiple strings (UIs)</p>
-</div></div></div><div id="config-value" class="member ni"><a href="Ext.ProgressBar.html#config-value" rel="config-value" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-cfg-value" class="viewSource">view source</a></div><a name="value"></a><a name="config-value"></a><a href="Ext.ProgressBar.html#" rel="config-value" class="cls expand">value</a><span> : Float</span></div><div class="description"><div class="short"><p>A floating point value between 0 and 1 (e.g., .5, defaults to 0)</p>
-</div><div class="long"><p>A floating point value between 0 and 1 (e.g., .5, defaults to 0)</p>
-</div></div></div><div id="config-width" class="member inherited"><a href="Ext.ProgressBar.html#config-width" rel="config-width" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-cfg-width" class="viewSource">view source</a></div><a name="width"></a><a name="config-width"></a><a href="Ext.ProgressBar.html#" rel="config-width" class="cls expand">width</a><span> : Number</span></div><div class="description"><div class="short"><p>The width of this component in pixels.</p>
-</div><div class="long"><p>The width of this component in pixels.</p>
-</div></div></div></div><div class="m-properties"><a name="properties"></a><div class="definedBy">Defined By</div><h3 class="prp p">Properties</h3><div id="property-draggable" class="member f inherited"><a href="Ext.ProgressBar.html#property-draggable" rel="property-draggable" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-property-draggable" class="viewSource">view source</a></div><a name="draggable"></a><a name="property-draggable"></a><a href="Ext.ProgressBar.html#" rel="property-draggable" class="cls expand">draggable</a><span> : Boolean</span></div><div class="description"><div class="short"><p>Read-only property indicating whether or not the component can be dragged</p>
-</div><div class="long"><p>Read-only property indicating whether or not the component can be dragged</p>
-</div></div></div><div id="property-floatParent" class="member inherited"><a href="Ext.ProgressBar.html#property-floatParent" rel="property-floatParent" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-property-floatParent" class="viewSource">view source</a></div><a name="floatParent"></a><a name="property-floatParent"></a><a href="Ext.ProgressBar.html#" rel="property-floatParent" class="cls expand">floatParent</a><span> : Ext.Container</span></div><div class="description"><div class="short">Optional. Only present for floating Components which were inserted as descendant items of floating Containers.
-
-
-Floa...</div><div class="long"><p>Optional. Only present for <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> Components which were inserted as descendant items of floating Containers.</p>
-
-
-<p>Floating Components that are programatically <a href="Ext.Component.html#render" rel="Ext.Component#render" class="docClass">rendered</a> will not have a <code>floatParent</code> property.</p>
-
-
-<p>For <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> Components which are child items of a Container, the floatParent will be the floating ancestor Container which is
-responsible for the base z-index value of all its floating descendants. It provides a <a href="Ext.ZIndexManager.html" rel="Ext.ZIndexManager" class="docClass">ZIndexManager</a> which provides
-z-indexing services for all its descendant floating Components.</p>
-
-
-<p>For example, the dropdown <a href="Ext.view.BoundList.html" rel="Ext.view.BoundList" class="docClass">BoundList</a> of a ComboBox which is in a Window will have the Window as its
-<code>floatParent</code></p>
-
-
-<p>See <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> and <a href="Ext.ProgressBar.html#zIndexManager" rel="Ext.ProgressBar#zIndexManager" class="docClass">zIndexManager</a></p>
-
-</div></div></div><div id="property-frameSize" class="member inherited"><a href="Ext.ProgressBar.html#property-frameSize" rel="property-frameSize" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-property-frameSize" class="viewSource">view source</a></div><a name="frameSize"></a><a name="property-frameSize"></a><a href="Ext.ProgressBar.html#" rel="property-frameSize" class="cls expand">frameSize</a><span> : Object</span></div><div class="description"><div class="short">Read-only property indicating the width of any framing elements which were added within the encapsulating element
-to ...</div><div class="long"><p>Read-only property indicating the width of any framing elements which were added within the encapsulating element
-to provide graphical, rounded borders. See the <a href="Ext.ProgressBar.html#frame" rel="Ext.ProgressBar#frame" class="docClass">frame</a> config.</p>
-
-
-<p> This is an object containing the frame width in pixels for all four sides of the Component containing
-the following properties:</p>
-
-
-<div class="mdetail-params"><ul>
-<li><code>top</code> The width of the top framing element in pixels.</li>
-<li><code>right</code> The width of the right framing element in pixels.</li>
-<li><code>bottom</code> The width of the bottom framing element in pixels.</li>
-<li><code>left</code> The width of the left framing element in pixels.</li>
-</ul></div>
-
-</div></div></div><div id="property-hasActiveFx" class="member inherited"><a href="Ext.ProgressBar.html#property-hasActiveFx" rel="property-hasActiveFx" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Animate.html" class="definedIn docClass">Ext.util.Animate</a><br/><a href="../source/Animate.html#Ext-util.Animate-property-hasActiveFx" class="viewSource">view source</a></div><a name="hasActiveFx"></a><a name="property-hasActiveFx"></a><a href="Ext.ProgressBar.html#" rel="property-hasActiveFx" class="cls expand">hasActiveFx</a><span> : Object</span></div><div class="description"><div class="short">@deprecated 4.0 Replaced by getActiveAnimation
-Returns thq current animation if this object has any effects actively ...</div><div class="long"><p>@deprecated 4.0 Replaced by <a href="Ext.ProgressBar.html#getActiveAnimation" rel="Ext.ProgressBar#getActiveAnimation" class="docClass">getActiveAnimation</a>
-Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>
-</div></div></div><div id="property-maskOnDisable" class="member inherited"><a href="Ext.ProgressBar.html#property-maskOnDisable" rel="property-maskOnDisable" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-property-maskOnDisable" class="viewSource">view source</a></div><a name="maskOnDisable"></a><a name="property-maskOnDisable"></a><a href="Ext.ProgressBar.html#" rel="property-maskOnDisable" class="cls expand">maskOnDisable</a><span> : Boolean</span></div><div class="description"><div class="short">This is an internal flag that you use when creating custom components.
-By default this is set to true which means tha...</div><div class="long"><p>This is an internal flag that you use when creating custom components.
-By default this is set to true which means that every component gets a mask when its disabled.
-Components like FieldContainer, FieldSet, Field, Button, Tab override this property to false
-since they want to implement custom disable logic.</p>
-</div></div></div><div id="property-ownerCt" class="member inherited"><a href="Ext.ProgressBar.html#property-ownerCt" rel="property-ownerCt" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-property-ownerCt" class="viewSource">view source</a></div><a name="ownerCt"></a><a name="property-ownerCt"></a><a href="Ext.ProgressBar.html#" rel="property-ownerCt" class="cls expand">ownerCt</a><span> : Ext.Container</span></div><div class="description"><div class="short">This Component's owner Container (defaults to undefined, and is set automatically when
-this Component is added to a C...</div><div class="long"><p>This Component's owner <a href="Ext.container.Container.html" rel="Ext.container.Container" class="docClass">Container</a> (defaults to undefined, and is set automatically when
-this Component is added to a Container).  Read-only.</p>
-
-<p><b>Note</b>: to access items within the Container see <tt><a href="Ext.ProgressBar.html#itemId" rel="Ext.ProgressBar#itemId" class="docClass">itemId</a></tt>.</p>
-
-</div></div></div><div id="property-rendered" class="member inherited"><a href="Ext.ProgressBar.html#property-rendered" rel="property-rendered" class="expand more"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-property-rendered" class="viewSource">view source</a></div><a name="rendered"></a><a name="property-rendered"></a><a href="Ext.ProgressBar.html#" rel="property-rendered" class="cls expand">rendered</a><span> : Boolean</span></div><div class="description"><div class="short"><p>Read-only property indicating whether or not the component has been rendered.</p>
-</div><div class="long"><p>Read-only property indicating whether or not the component has been rendered.</p>
-</div></div></div><div id="property-stopFx" class="member inherited"><a href="Ext.ProgressBar.html#property-stopFx" rel="property-stopFx" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Animate.html" class="definedIn docClass">Ext.util.Animate</a><br/><a href="../source/Animate.html#Ext-util.Animate-property-stopFx" class="viewSource">view source</a></div><a name="stopFx"></a><a name="property-stopFx"></a><a href="Ext.ProgressBar.html#" rel="property-stopFx" class="cls expand">stopFx</a><span> : Object</span></div><div class="description"><div class="short">Stops any running effects and clears this object's internal effects queue if it contains
-any additional effects that ...</div><div class="long"><p>Stops any running effects and clears this object's internal effects queue if it contains
-any additional effects that haven't started yet.</p>
-</div></div></div><div id="property-zIndexManager" class="member inherited"><a href="Ext.ProgressBar.html#property-zIndexManager" rel="property-zIndexManager" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-property-zIndexManager" class="viewSource">view source</a></div><a name="zIndexManager"></a><a name="property-zIndexManager"></a><a href="Ext.ProgressBar.html#" rel="property-zIndexManager" class="cls expand">zIndexManager</a><span> : Ext.ZIndexManager</span></div><div class="description"><div class="short">Optional. Only present for floating Components after they have been rendered.
-
-
-A reference to the ZIndexManager whic...</div><div class="long"><p>Optional. Only present for <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> Components after they have been rendered.</p>
-
-
-<p>A reference to the ZIndexManager which is managing this Component's z-index.</p>
-
-
-<p>The <a href="Ext.ZIndexManager.html" rel="Ext.ZIndexManager" class="docClass">ZIndexManager</a> maintains a stack of floating Component z-indices, and also provides a single modal
-mask which is insert just beneath the topmost visible modal floating Component.</p>
-
-
-<p>Floating Components may be <a href="Ext.ProgressBar.html#toFront" rel="Ext.ProgressBar#toFront" class="docClass">brought to the front</a> or <a href="Ext.ProgressBar.html#toBack" rel="Ext.ProgressBar#toBack" class="docClass">sent to the back</a> of the z-index stack.</p>
-
-
-<p>This defaults to the global <a href="Ext.WindowManager.html" rel="Ext.WindowManager" class="docClass">ZIndexManager</a> for floating Components that are programatically
-<a href="Ext.Component.html#render" rel="Ext.Component#render" class="docClass">rendered</a>.</p>
-
-
-<p>For <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> Components which are added to a Container, the ZIndexManager is acquired from the first ancestor Container found
-which is floating, or if not found the global <a href="Ext.WindowManager.html" rel="Ext.WindowManager" class="docClass">ZIndexManager</a> is used.</p>
-
-
-<p>See <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> and <a href="Ext.ProgressBar.html#floatParent" rel="Ext.ProgressBar#floatParent" class="docClass">floatParent</a></p>
-
-</div></div></div></div><div class="m-methods"><a name="methods"></a><div class="definedBy">Defined By</div><h3 class="mth p">Methods</h3><div id="method-ProgressBar" class="member f inherited"><a href="Ext.ProgressBar.html#method-ProgressBar" rel="method-ProgressBar" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-constructor" class="viewSource">view source</a></div><a name="ProgressBar"></a><a name="method-ProgressBar"></a><a href="Ext.ProgressBar.html#" rel="method-ProgressBar" class="cls expand">ProgressBar</a>(
-<span class="pre">Ext.core.Element/String/Object config</span>)
- : void</div><div class="description"><div class="short"><p>&nbsp;</p></div><div class="long">
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">config</span> : Ext.core.Element/String/Object<div class="sub-desc"><p>The configuration options may be specified as either:</p>
-
-<div class="mdetail-params"><ul>
-<li><b>an element</b> :
-<p class="sub-desc">it is set as the internal element and its id used as the component id</p></li>
-<li><b>a string</b> :
-<p class="sub-desc">it is assumed to be the id of an existing element and is used as the component id</p></li>
-<li><b>anything else</b> :
-<p class="sub-desc">it is assumed to be a standard config object and is applied to the component</p></li>
-</ul></div>
-
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-addClass" class="member inherited"><a href="Ext.ProgressBar.html#method-addClass" rel="method-addClass" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-addClass" class="viewSource">view source</a></div><a name="addClass"></a><a name="method-addClass"></a><a href="Ext.ProgressBar.html#" rel="method-addClass" class="cls expand">addClass</a>(
-<span class="pre">String cls</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>@deprecated 4.0 Replaced by {link:#addCls}
-Adds a CSS class to the top level element representing this component.</p>
-</div><div class="long"><p>@deprecated 4.0 Replaced by {link:#addCls}
-Adds a CSS class to the top level element representing this component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">cls</span> : String<div class="sub-desc"><p>The CSS class name to add</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>Returns the Component to allow method chaining.</p>
-</li></ul></div></div></div><div id="method-addCls" class="member inherited"><a href="Ext.ProgressBar.html#method-addCls" rel="method-addCls" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-addCls" class="viewSource">view source</a></div><a name="addCls"></a><a name="method-addCls"></a><a href="Ext.ProgressBar.html#" rel="method-addCls" class="cls expand">addCls</a>(
-<span class="pre">String cls</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>Adds a CSS class to the top level element representing this component.</p>
-</div><div class="long"><p>Adds a CSS class to the top level element representing this component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">cls</span> : String<div class="sub-desc"><p>The CSS class name to add</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>Returns the Component to allow method chaining.</p>
-</li></ul></div></div></div><div id="method-addClsWithUI" class="member inherited"><a href="Ext.ProgressBar.html#method-addClsWithUI" rel="method-addClsWithUI" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-addClsWithUI" class="viewSource">view source</a></div><a name="addClsWithUI"></a><a name="method-addClsWithUI"></a><a href="Ext.ProgressBar.html#" rel="method-addClsWithUI" class="cls expand">addClsWithUI</a>(
-<span class="pre">String/Array cls</span>)
- : void</div><div class="description"><div class="short"><p>Adds a cls to the uiCls array, which will also call <a href="Ext.ProgressBar.html#addUIClsToElement" rel="Ext.ProgressBar#addUIClsToElement" class="docClass">addUIClsToElement</a> and adds
-to all elements of this component.</p>
-</div><div class="long"><p>Adds a cls to the uiCls array, which will also call <a href="Ext.ProgressBar.html#addUIClsToElement" rel="Ext.ProgressBar#addUIClsToElement" class="docClass">addUIClsToElement</a> and adds
-to all elements of this component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">cls</span> : String/Array<div class="sub-desc"><p>A string or an array of strings to add to the uiCls</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-addEvents" class="member inherited"><a href="Ext.ProgressBar.html#method-addEvents" rel="method-addEvents" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-addEvents" class="viewSource">view source</a></div><a name="addEvents"></a><a name="method-addEvents"></a><a href="Ext.ProgressBar.html#" rel="method-addEvents" class="cls expand">addEvents</a>(
-<span class="pre">Object/String o, String </span>)
- : void</div><div class="description"><div class="short"><p>Adds the specified events to the list of events which this Observable may fire.</p>
-</div><div class="long"><p>Adds the specified events to the list of events which this Observable may fire.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">o</span> : Object/String<div class="sub-desc"><p>Either an object with event names as properties with a value of <code>true</code>
-or the first event name string if multiple event names are being passed as separate parameters.</p>
-</div></li><li><span class="pre"></span> : String<div class="sub-desc"><p>[additional] Optional additional event names if multiple event names are being passed as separate parameters.
-Usage:</p>
-
-<pre><code>this.addEvents('storeloaded', 'storecleared');
-</code></pre>
-
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-addListener" class="member inherited"><a href="Ext.ProgressBar.html#method-addListener" rel="method-addListener" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-addListener" class="viewSource">view source</a></div><a name="addListener"></a><a name="method-addListener"></a><a href="Ext.ProgressBar.html#" rel="method-addListener" class="cls expand">addListener</a>(
-<span class="pre">String eventName, Function handler, [Object scope], [Object options]</span>)
- : void</div><div class="description"><div class="short"><p>Appends an event handler to this object.</p>
-</div><div class="long"><p>Appends an event handler to this object.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">eventName</span> : String<div class="sub-desc"><p>The name of the event to listen for. May also be an object who's property names are event names. See</p>
-</div></li><li><span class="pre">handler</span> : Function<div class="sub-desc"><p>The method the event invokes.</p>
-</div></li><li><span class="pre">scope</span> : Object<div class="sub-desc"><p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.
-<b>If omitted, defaults to the object which fired the event.</b></p>
-</div></li><li><span class="pre">options</span> : Object<div class="sub-desc"><p>(optional) An object containing handler configuration.
-properties. This may contain any of the following properties:<ul>
-<li><b>scope</b> : Object<div class="sub-desc">The scope (<code><b>this</b></code> reference) in which the handler function is executed.
-<b>If omitted, defaults to the object which fired the event.</b></div></li>
-<li><b>delay</b> : Number<div class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</div></li>
-<li><b>single</b> : Boolean<div class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</div></li>
-<li><b>buffer</b> : Number<div class="sub-desc">Causes the handler to be scheduled to run in an <a href="Ext.util.DelayedTask.html" rel="Ext.util.DelayedTask" class="docClass">Ext.util.DelayedTask</a> delayed
-by the specified number of milliseconds. If the event fires again within that time, the original
-handler is <em>not</em> invoked, but the new handler is scheduled in its place.</div></li>
-<li><b>target</b> : Observable<div class="sub-desc">Only call the handler if the event was fired on the target Observable, <i>not</i>
-if the event was bubbled up from a child Observable.</div></li>
-<li><b>element</b> : String<div class="sub-desc"><b>This option is only valid for listeners bound to <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Components</a>.</b>
-The name of a Component property which references an element to add a listener to.</p>
-
-<p>This option is useful during Component construction to add DOM event listeners to elements of <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Components</a> which
-will exist only after the Component is rendered. For example, to add a click listener to a Panel's body:
-<pre><code>new Ext.panel.Panel({
-    title: 'The title',
-    listeners: {
-        click: this.handlePanelClick,
-        element: 'body'
-    }
-});
-</code></pre></p>
-
-
-<p>When added in this way, the options available are the options applicable to <a href="Ext.core.Element.html#addListener" rel="Ext.core.Element#addListener" class="docClass">Ext.core.Element.addListener</a></p>
-
-
-<p></div></li>
-</ul><br></p>
-
-<p>
-<b>Combining Options</b><br>
-Using the options argument, it is possible to combine different types of listeners:<br>
-<br>
-A delayed, one-time listener.
-<pre><code>myPanel.on('hide', this.handleClick, this, {
-single: true,
-delay: 100
-});</code></pre>
-<p>
-<b>Attaching multiple handlers in 1 call</b><br>
-The method also allows for a single argument to be passed which is a config object containing properties
-which specify multiple events. For example:
-<pre><code>myGridPanel.on({
-    cellClick: this.onCellClick,
-    mouseover: this.onMouseOver,
-    mouseout: this.onMouseOut,
-    scope: this // Important. Ensure "this" is correct during handler execution
-});
-</code></pre>.
-<p>
-
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-addManagedListener" class="member inherited"><a href="Ext.ProgressBar.html#method-addManagedListener" rel="method-addManagedListener" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-addManagedListener" class="viewSource">view source</a></div><a name="addManagedListener"></a><a name="method-addManagedListener"></a><a href="Ext.ProgressBar.html#" rel="method-addManagedListener" class="cls expand">addManagedListener</a>(
-<span class="pre">Observable/Element item, Object/String ename, Function fn, Object scope, Object opt</span>)
- : void</div><div class="description"><div class="short"><p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component
-is destroyed.
-
-</div><div class="long"><p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component
-is destroyed.
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">item</span> : Observable/Element<div class="sub-desc"><p>The item to which to add a listener/listeners.</p>
-</div></li><li><span class="pre">ename</span> : Object/String<div class="sub-desc"><p>The event name, or an object containing event name properties.</p>
-</div></li><li><span class="pre">fn</span> : Function<div class="sub-desc"><p>Optional. If the <code>ename</code> parameter was an event name, this
-is the handler function.</p>
-</div></li><li><span class="pre">scope</span> : Object<div class="sub-desc"><p>Optional. If the <code>ename</code> parameter was an event name, this
-is the scope (<code>this</code> reference) in which the handler function is executed.</p>
-</div></li><li><span class="pre">opt</span> : Object<div class="sub-desc"><p>Optional. If the <code>ename</code> parameter was an event name, this
-is the <a href="Ext.util.Observable.html#addListener" rel="Ext.util.Observable#addListener" class="docClass">addListener</a> options.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-addStateEvents" class="member inherited"><a href="Ext.ProgressBar.html#method-addStateEvents" rel="method-addStateEvents" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-method-addStateEvents" class="viewSource">view source</a></div><a name="addStateEvents"></a><a name="method-addStateEvents"></a><a href="Ext.ProgressBar.html#" rel="method-addStateEvents" class="cls expand">addStateEvents</a>(
-<span class="pre">String/Array events</span>)
- : void</div><div class="description"><div class="short"><p>Add events that will trigger the state to be saved.</p>
-</div><div class="long"><p>Add events that will trigger the state to be saved.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">events</span> : String/Array<div class="sub-desc"><p>The event name or an array of event names.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-afterComponentLayout" class="member inherited"><a href="Ext.ProgressBar.html#method-afterComponentLayout" rel="method-afterComponentLayout" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-afterComponentLayout" class="viewSource">view source</a></div><a name="afterComponentLayout"></a><a name="method-afterComponentLayout"></a><a href="Ext.ProgressBar.html#" rel="method-afterComponentLayout" class="cls expand">afterComponentLayout</a>(
-<span class="pre">Number adjWidth, Number adjHeight, Boolean isSetSize, Ext.Component layoutOwner</span>)
- : void</div><div class="description"><div class="short"><p>&nbsp;</p></div><div class="long">
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">adjWidth</span> : Number<div class="sub-desc"><p>The box-adjusted width that was set</p>
-</div></li><li><span class="pre">adjHeight</span> : Number<div class="sub-desc"><p>The box-adjusted height that was set</p>
-</div></li><li><span class="pre">isSetSize</span> : Boolean<div class="sub-desc"><p>Whether or not the height/width are stored on the component permanently</p>
-</div></li><li><span class="pre">layoutOwner</span> : Ext.Component<div class="sub-desc"><p>Component which sent the layout. Only used when isSetSize is false.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-alignTo" class="member inherited"><a href="Ext.ProgressBar.html#method-alignTo" rel="method-alignTo" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Floating.html" class="definedIn docClass">Ext.util.Floating</a><br/><a href="../source/Floating.html#Ext-util.Floating-method-alignTo" class="viewSource">view source</a></div><a name="alignTo"></a><a name="method-alignTo"></a><a href="Ext.ProgressBar.html#" rel="method-alignTo" class="cls expand">alignTo</a>(
-<span class="pre">Mixed element, String position, [Array offsets]</span>)
- : Component</div><div class="description"><div class="short"><p>Aligns this floating Component to the specified element</p>
-</div><div class="long"><p>Aligns this floating Component to the specified element</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">element</span> : Mixed<div class="sub-desc"><p>The element or <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Ext.Component</a> to align to. If passing a component, it must
-be a omponent instance. If a string id is passed, it will be used as an element id.</p>
-</div></li><li><span class="pre">position</span> : String<div class="sub-desc"><p>(optional, defaults to "tl-bl?") The position to align to (see <a href="Ext.core.Element.html#alignTo" rel="Ext.core.Element#alignTo" class="docClass">Ext.core.Element.alignTo</a> for more details).</p>
-</div></li><li><span class="pre">offsets</span> : Array<div class="sub-desc"><p>(optional) Offset the positioning by [x, y]</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-animate" class="member inherited"><a href="Ext.ProgressBar.html#method-animate" rel="method-animate" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Animate.html" class="definedIn docClass">Ext.util.Animate</a><br/><a href="../source/Animate.html#Ext-util.Animate-method-animate" class="viewSource">view source</a></div><a name="animate"></a><a name="method-animate"></a><a href="Ext.ProgressBar.html#" rel="method-animate" class="cls expand">animate</a>(
-<span class="pre">Object config</span>)
- : Object</div><div class="description"><div class="short">Perform custom animation on this object.
-This method is applicable to both the the Component class and the Element cl...</div><div class="long"><p>Perform custom animation on this object.<p>
-<p>This method is applicable to both the the <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Component</a> class and the <a href="Ext.core.Element.html" rel="Ext.core.Element" class="docClass">Element</a> class.
-It performs animated transitions of certain properties of this object over a specified timeline.</p>
-<p>The sole parameter is an object which specifies start property values, end property values, and properties which
-describe the timeline. Of the properties listed below, only <b><code>to</code></b> is mandatory.</p>
-<p>Properties include<ul>
-<li><code>from</code> <div class="sub-desc">An object which specifies start values for the properties being animated.
-If not supplied, properties are animated from current settings. The actual properties which may be animated depend upon
-ths object being animated. See the sections below on Element and Component animation.<div></li>
-<li><code>to</code> <div class="sub-desc">An object which specifies end values for the properties being animated.</div></li>
-<li><code>duration</code><div class="sub-desc">The duration <b>in milliseconds</b> for which the animation will run.</div></li>
-<li><code>easing</code> <div class="sub-desc">A string value describing an easing type to modify the rate of change from the default linear to non-linear. Values may be one of:<code><ul>
-<li>ease</li>
-<li>easeIn</li>
-<li>easeOut</li>
-<li>easeInOut</li>
-<li>backIn</li>
-<li>backOut</li>
-<li>elasticIn</li>
-<li>elasticOut</li>
-<li>bounceIn</li>
-<li>bounceOut</li>
-</ul></code></div></li>
-<li><code>keyframes</code> <div class="sub-desc">This is an object which describes the state of animated properties at certain points along the timeline.
-it is an object containing properties who's names are the percentage along the timeline being described and who's values specify the animation state at that point.</div></li>
-<li><code>listeners</code> <div class="sub-desc">This is a standard <a href="Ext.util.Observable.html#listeners" rel="Ext.util.Observable#listeners" class="docClass">listeners</a> configuration object which may be used
-to inject behaviour at either the <code>beforeanimate</code> event or the <code>afteranimate</code> event.</div></li>
-</ul></p>
-<h3>Animating an <a href="Ext.core.Element.html" rel="Ext.core.Element" class="docClass">Element</a></h3>
-When animating an Element, the following properties may be specified in <code>from</code>, <code>to</code>, and <code>keyframe</code> objects:<ul>
-<li><code>x</code> <div class="sub-desc">The page X position in pixels.</div></li>
-<li><code>y</code> <div class="sub-desc">The page Y position in pixels</div></li>
-<li><code>left</code> <div class="sub-desc">The element's CSS <code>left</code> value. Units must be supplied.</div></li>
-<li><code>top</code> <div class="sub-desc">The element's CSS <code>top</code> value. Units must be supplied.</div></li>
-<li><code>width</code> <div class="sub-desc">The element's CSS <code>width</code> value. Units must be supplied.</div></li>
-<li><code>height</code> <div class="sub-desc">The element's CSS <code>height</code> value. Units must be supplied.</div></li>
-<li><code>scrollLeft</code> <div class="sub-desc">The element's <code>scrollLeft</code> value.</div></li>
-<li><code>scrollTop</code> <div class="sub-desc">The element's <code>scrollLeft</code> value.</div></li>
-<li><code>opacity</code> <div class="sub-desc">The element's <code>opacity</code> value. This must be a value between <code>0</code> and <code>1</code>.</div></li>
-</ul>
-<p><b>Be aware than animating an Element which is being used by an <a href="Ext.html" rel="Ext" class="docClass">Ext</a> Component without in some way informing the Component about the changed element state
-will result in incorrect Component behaviour. This is because the Component will be using the old state of the element. To avoid this problem, it is now possible to
-directly animate certain properties of Components.</b></p>
-<h3>Animating a <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Component</a></h3>
-When animating an Element, the following properties may be specified in <code>from</code>, <code>to</code>, and <code>keyframe</code> objects:<ul>
-<li><code>x</code> <div class="sub-desc">The Component's page X position in pixels.</div></li>
-<li><code>y</code> <div class="sub-desc">The Component's page Y position in pixels</div></li>
-<li><code>left</code> <div class="sub-desc">The Component's <code>left</code> value in pixels.</div></li>
-<li><code>top</code> <div class="sub-desc">The Component's <code>top</code> value in pixels.</div></li>
-<li><code>width</code> <div class="sub-desc">The Component's <code>width</code> value in pixels.</div></li>
-<li><code>width</code> <div class="sub-desc">The Component's <code>width</code> value in pixels.</div></li>
-<li><code>dynamic</code> <div class="sub-desc">Specify as true to update the Component's layout (if it is a Container) at every frame
-of the animation. <i>Use sparingly as laying out on every intermediate size change is an expensive operation</i>.</div></li>
-</ul>
-<p>For example, to animate a Window to a new size, ensuring that its internal layout, and any shadow is correct:</p>
-<pre><code>myWindow = Ext.create('Ext.window.Window', {
-    title: 'Test Component animation',
-    width: 500,
-    height: 300,
-    layout: {
-        type: 'hbox',
-        align: 'stretch'
-    },
-    items: [{
-        title: 'Left: 33%',
-        margins: '5 0 5 5',
-        flex: 1
-    }, {
-        title: 'Left: 66%',
-        margins: '5 5 5 5',
-        flex: 2
-    }]
-});
-myWindow.show();
-myWindow.header.el.on('click', function() {
-    myWindow.animate({
-        to: {
-            width: (myWindow.getWidth() == 500) ? 700 : 500,
-            height: (myWindow.getHeight() == 300) ? 400 : 300,
-        }
-    });
-});
-</code></pre>
-<p>For performance reasons, by default, the internal layout is only updated when the Window reaches its final <code>"to"</code> size. If dynamic updating of the Window's child
-Components is required, then configure the animation with <code>dynamic: true</code> and the two child items will maintain their proportions during the animation.</p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">config</span> : Object<div class="sub-desc"><p>An object containing properties which describe the animation's start and end states, and the timeline of the animation.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Object</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-applyState" class="member inherited"><a href="Ext.ProgressBar.html#method-applyState" rel="method-applyState" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-method-applyState" class="viewSource">view source</a></div><a name="applyState"></a><a name="method-applyState"></a><a href="Ext.ProgressBar.html#" rel="method-applyState" class="cls expand">applyState</a>(
-<span class="pre">Object state</span>)
- : void</div><div class="description"><div class="short">Applies the state to the object. This should be overridden in subclasses to do
-more complex state operations. By defa...</div><div class="long"><p>Applies the state to the object. This should be overridden in subclasses to do
-more complex state operations. By default it applies the state properties onto
-the current object.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">state</span> : Object<div class="sub-desc"><p>The state</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-beforeComponentLayout" class="member inherited"><a href="Ext.ProgressBar.html#method-beforeComponentLayout" rel="method-beforeComponentLayout" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-beforeComponentLayout" class="viewSource">view source</a></div><a name="beforeComponentLayout"></a><a name="method-beforeComponentLayout"></a><a href="Ext.ProgressBar.html#" rel="method-beforeComponentLayout" class="cls expand">beforeComponentLayout</a>(
-<span class="pre">Number adjWidth, Number adjHeight, Boolean isSetSize, Ext.Component layoutOwner</span>)
- : void</div><div class="description"><div class="short">Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout
-from being ex...</div><div class="long"><p>Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout
-from being executed.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">adjWidth</span> : Number<div class="sub-desc"><p>The box-adjusted width that was set</p>
-</div></li><li><span class="pre">adjHeight</span> : Number<div class="sub-desc"><p>The box-adjusted height that was set</p>
-</div></li><li><span class="pre">isSetSize</span> : Boolean<div class="sub-desc"><p>Whether or not the height/width are stored on the component permanently</p>
-</div></li><li><span class="pre">layoutOwner</span> : Ext.Component<div class="sub-desc"><p>Component which sent the layout. Only used when isSetSize is false.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-bubble" class="member inherited"><a href="Ext.ProgressBar.html#method-bubble" rel="method-bubble" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-bubble" class="viewSource">view source</a></div><a name="bubble"></a><a name="method-bubble"></a><a href="Ext.ProgressBar.html#" rel="method-bubble" class="cls expand">bubble</a>(
-<span class="pre">Function fn, [Object scope], [Array args]</span>)
- : Ext.Component</div><div class="description"><div class="short">Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of...</div><div class="long"><p>Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (<i>this</i>) of
-function call will be the scope provided or the current component. The arguments to the function
-will be the args provided or the current component. If the function returns false at any point,
-the bubble is stopped.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">fn</span> : Function<div class="sub-desc"><p>The function to call</p>
-</div></li><li><span class="pre">scope</span> : Object<div class="sub-desc"><p>(optional) The scope of the function (defaults to current node)</p>
-</div></li><li><span class="pre">args</span> : Array<div class="sub-desc"><p>(optional) The args to call the function with (default to passing the current component)</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-capture" class="member inherited"><a href="Ext.ProgressBar.html#method-capture" rel="method-capture" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-capture" class="viewSource">view source</a></div><a name="capture"></a><a name="method-capture"></a><a href="Ext.ProgressBar.html#" rel="method-capture" class="cls expand">capture</a>(
-<span class="pre">Observable o, Function fn, [Object scope]</span>)
- : void</div><div class="description"><div class="short">Starts capture on the specified Observable. All events will be passed
-to the supplied function with the event name + ...</div><div class="long"><p>Starts capture on the specified Observable. All events will be passed
-to the supplied function with the event name + standard signature of the event
-<b>before</b> the event is fired. If the supplied function returns false,
-the event will not fire.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">o</span> : Observable<div class="sub-desc"><p>The Observable to capture events from.</p>
-</div></li><li><span class="pre">fn</span> : Function<div class="sub-desc"><p>The function to call when an event is fired.</p>
-</div></li><li><span class="pre">scope</span> : Object<div class="sub-desc"><p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the Observable firing the event.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-center" class="member inherited"><a href="Ext.ProgressBar.html#method-center" rel="method-center" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Floating.html" class="definedIn docClass">Ext.util.Floating</a><br/><a href="../source/Floating.html#Ext-util.Floating-method-center" class="viewSource">view source</a></div><a name="center"></a><a name="method-center"></a><a href="Ext.ProgressBar.html#" rel="method-center" class="cls expand">center</a> : Component</div><div class="description"><div class="short"><p>Center this Component in its container.</p>
-</div><div class="long"><p>Center this Component in its container.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-clearListeners" class="member inherited"><a href="Ext.ProgressBar.html#method-clearListeners" rel="method-clearListeners" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-clearListeners" class="viewSource">view source</a></div><a name="clearListeners"></a><a name="method-clearListeners"></a><a href="Ext.ProgressBar.html#" rel="method-clearListeners" class="cls expand">clearListeners</a> : void</div><div class="description"><div class="short"><p>Removes all listeners for this object including the managed listeners</p>
-</div><div class="long"><p>Removes all listeners for this object including the managed listeners</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-clearManagedListeners" class="member inherited"><a href="Ext.ProgressBar.html#method-clearManagedListeners" rel="method-clearManagedListeners" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-clearManagedListeners" class="viewSource">view source</a></div><a name="clearManagedListeners"></a><a name="method-clearManagedListeners"></a><a href="Ext.ProgressBar.html#" rel="method-clearManagedListeners" class="cls expand">clearManagedListeners</a> : void</div><div class="description"><div class="short"><p>Removes all managed listeners for this object.</p>
-</div><div class="long"><p>Removes all managed listeners for this object.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-cloneConfig" class="member inherited"><a href="Ext.ProgressBar.html#method-cloneConfig" rel="method-cloneConfig" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-cloneConfig" class="viewSource">view source</a></div><a name="cloneConfig"></a><a name="method-cloneConfig"></a><a href="Ext.ProgressBar.html#" rel="method-cloneConfig" class="cls expand">cloneConfig</a>(
-<span class="pre">Object overrides</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>Clone the current component using the original config values passed into this instance by default.</p>
-</div><div class="long"><p>Clone the current component using the original config values passed into this instance by default.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">overrides</span> : Object<div class="sub-desc"><p>A new config containing any properties to override in the cloned version.
-An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>clone The cloned copy of this component</p>
-</li></ul></div></div></div><div id="method-destroy" class="member inherited"><a href="Ext.ProgressBar.html#method-destroy" rel="method-destroy" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-method-destroy" class="viewSource">view source</a></div><a name="destroy"></a><a name="method-destroy"></a><a href="Ext.ProgressBar.html#" rel="method-destroy" class="cls expand">destroy</a> : void</div><div class="description"><div class="short"><p>Destroys this stateful object.</p>
-</div><div class="long"><p>Destroys this stateful object.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-disable" class="member inherited"><a href="Ext.ProgressBar.html#method-disable" rel="method-disable" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-disable" class="viewSource">view source</a></div><a name="disable"></a><a name="method-disable"></a><a href="Ext.ProgressBar.html#" rel="method-disable" class="cls expand">disable</a>(
-<span class="pre">Boolean silent</span>)
- : void</div><div class="description"><div class="short"><p>Disable the component.</p>
-</div><div class="long"><p>Disable the component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">silent</span> : Boolean<div class="sub-desc"><p>Passing true, will supress the 'disable' event from being fired.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-doAutoRender" class="member inherited"><a href="Ext.ProgressBar.html#method-doAutoRender" rel="method-doAutoRender" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-doAutoRender" class="viewSource">view source</a></div><a name="doAutoRender"></a><a name="method-doAutoRender"></a><a href="Ext.ProgressBar.html#" rel="method-doAutoRender" class="cls expand">doAutoRender</a> : void</div><div class="description"><div class="short">Handles autoRender.
-Floating Components may have an ownerCt. If they are asking to be constrained, constrain them wit...</div><div class="long"><p>Handles autoRender.
-Floating Components may have an ownerCt. If they are asking to be constrained, constrain them within that
-ownerCt, and have their z-index managed locally. Floating Components are always rendered to document.body</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-doComponentLayout" class="member inherited"><a href="Ext.ProgressBar.html#method-doComponentLayout" rel="method-doComponentLayout" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-doComponentLayout" class="viewSource">view source</a></div><a name="doComponentLayout"></a><a name="method-doComponentLayout"></a><a href="Ext.ProgressBar.html#" rel="method-doComponentLayout" class="cls expand">doComponentLayout</a>(
-<span class="pre">Object width, Object height, Object isSetSize, Object ownerCt</span>)
- : Ext.container.Container</div><div class="description"><div class="short">This method needs to be called whenever you change something on this component that requires the Component's
-layout t...</div><div class="long"><p>This method needs to be called whenever you change something on this component that requires the Component's
-layout to be recalculated.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">width</span> : Object<div class="sub-desc">
-</div></li><li><span class="pre">height</span> : Object<div class="sub-desc">
-</div></li><li><span class="pre">isSetSize</span> : Object<div class="sub-desc">
-</div></li><li><span class="pre">ownerCt</span> : Object<div class="sub-desc">
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.container.Container</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-doConstrain" class="member inherited"><a href="Ext.ProgressBar.html#method-doConstrain" rel="method-doConstrain" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Floating.html" class="definedIn docClass">Ext.util.Floating</a><br/><a href="../source/Floating.html#Ext-util.Floating-method-doConstrain" class="viewSource">view source</a></div><a name="doConstrain"></a><a name="method-doConstrain"></a><a href="Ext.ProgressBar.html#" rel="method-doConstrain" class="cls expand">doConstrain</a>(
-<span class="pre">Mixed constrainTo</span>)
- : void</div><div class="description"><div class="short">Moves this floating Component into a constrain region.
-
-
-By default, this Component is constrained to be within the c...</div><div class="long"><p>Moves this floating Component into a constrain region.</p>
-
-
-<p>By default, this Component is constrained to be within the container it was added to, or the element
-it was rendered to.</p>
-
-
-<p>An alternative constraint may be passed.</p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">constrainTo</span> : Mixed<div class="sub-desc"><p>Optional. The Element or <a href="Ext.util.Region.html" rel="Ext.util.Region" class="docClass">Region</a> into which this Component is to be constrained.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-enable" class="member inherited"><a href="Ext.ProgressBar.html#method-enable" rel="method-enable" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-enable" class="viewSource">view source</a></div><a name="enable"></a><a name="method-enable"></a><a href="Ext.ProgressBar.html#" rel="method-enable" class="cls expand">enable</a>(
-<span class="pre">Boolean silent</span>)
- : void</div><div class="description"><div class="short"><p>Enable the component</p>
-</div><div class="long"><p>Enable the component</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">silent</span> : Boolean<div class="sub-desc"><p>Passing false will supress the 'enable' event from being fired.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-enableBubble" class="member inherited"><a href="Ext.ProgressBar.html#method-enableBubble" rel="method-enableBubble" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-enableBubble" class="viewSource">view source</a></div><a name="enableBubble"></a><a name="method-enableBubble"></a><a href="Ext.ProgressBar.html#" rel="method-enableBubble" class="cls expand">enableBubble</a>(
-<span class="pre">String/Array events</span>)
- : void</div><div class="description"><div class="short">Enables events fired by this Observable to bubble up an owner hierarchy by calling
-this.getBubbleTarget() if present....</div><div class="long"><p>Enables events fired by this Observable to bubble up an owner hierarchy by calling
-<code>this.getBubbleTarget()</code> if present. There is no implementation in the Observable base class.</p>
-
-
-<p>This is commonly used by Ext.Components to bubble events to owner Containers. See <a href="Ext.Component.html#getBubbleTarget" rel="Ext.Component#getBubbleTarget" class="docClass">Ext.Component.getBubbleTarget</a>. The default
-implementation in <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Ext.Component</a> returns the Component's immediate owner. But if a known target is required, this can be overridden to
-access the required target more quickly.</p>
-
-
-<p>Example:</p>
-
-
-<pre><code>Ext.override(Ext.form.field.Base, {
-//  Add functionality to Field&#39;s initComponent to enable the change event to bubble
-initComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {
-    this.enableBubble('change');
-}),
-
-//  We know that we want Field&#39;s events to bubble directly to the FormPanel.
-getBubbleTarget : function() {
-    if (!this.formPanel) {
-        this.formPanel = this.findParentByType('form');
-    }
-    return this.formPanel;
-}
-});
-
-var myForm = new Ext.formPanel({
-title: 'User Details',
-items: [{
-    ...
-}],
-listeners: {
-    change: function() {
-        // Title goes red if form has been modified.
-        myForm.header.setStyle('color', 'red');
-    }
-}
-});
-</code></pre>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">events</span> : String/Array<div class="sub-desc"><p>The event name to bubble, or an Array of event names.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-findLayoutController" class="member inherited"><a href="Ext.ProgressBar.html#method-findLayoutController" rel="method-findLayoutController" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-findLayoutController" class="viewSource">view source</a></div><a name="findLayoutController"></a><a name="method-findLayoutController"></a><a href="Ext.ProgressBar.html#" rel="method-findLayoutController" class="cls expand">findLayoutController</a> : void</div><div class="description"><div class="short">This method finds the topmost active layout who's processing will eventually determine the size and position of this
-...</div><div class="long"><p>This method finds the topmost active layout who's processing will eventually determine the size and position of this
-Component.<p>
-<p>This method is useful when dynamically adding Components into Containers, and some processing must take place after the
-final sizing and positioning of the Component has been performed.</p>
-
-<h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-findParentBy" class="member inherited"><a href="Ext.ProgressBar.html#method-findParentBy" rel="method-findParentBy" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-findParentBy" class="viewSource">view source</a></div><a name="findParentBy"></a><a name="method-findParentBy"></a><a href="Ext.ProgressBar.html#" rel="method-findParentBy" class="cls expand">findParentBy</a>(
-<span class="pre">Function fn</span>)
- : Ext.container.Container</div><div class="description"><div class="short">Find a container above this component at any level by a custom function. If the passed function returns
-true, the con...</div><div class="long"><p>Find a container above this component at any level by a custom function. If the passed function returns
-true, the container will be returned.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">fn</span> : Function<div class="sub-desc"><p>The custom function to call with the arguments (container, this component).</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.container.Container</span>&nbsp; &nbsp;<p>The first Container for which the custom function returns true</p>
-</li></ul></div></div></div><div id="method-findParentByType" class="member inherited"><a href="Ext.ProgressBar.html#method-findParentByType" rel="method-findParentByType" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-findParentByType" class="viewSource">view source</a></div><a name="findParentByType"></a><a name="method-findParentByType"></a><a href="Ext.ProgressBar.html#" rel="method-findParentByType" class="cls expand">findParentByType</a>(
-<span class="pre">String/Class xtype</span>)
- : Ext.container.Container</div><div class="description"><div class="short"><p>Find a container above this component at any level by xtype or class</p>
-
-
-<p>See also the <a href="Ext.Component.html#up" rel="Ext.Component#up" class="docClass">up</a> method.</p>
-
-</div><div class="long"><p>Find a container above this component at any level by xtype or class</p>
-
-
-<p>See also the <a href="Ext.Component.html#up" rel="Ext.Component#up" class="docClass">up</a> method.</p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">xtype</span> : String/Class<div class="sub-desc"><p>The xtype string for a component, or the class of the component directly</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.container.Container</span>&nbsp; &nbsp;<p>The first Container which matches the given xtype or class</p>
-</li></ul></div></div></div><div id="method-fireEvent" class="member inherited"><a href="Ext.ProgressBar.html#method-fireEvent" rel="method-fireEvent" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-fireEvent" class="viewSource">view source</a></div><a name="fireEvent"></a><a name="method-fireEvent"></a><a href="Ext.ProgressBar.html#" rel="method-fireEvent" class="cls expand">fireEvent</a>(
-<span class="pre">String eventName, Object... args</span>)
- : Boolean</div><div class="description"><div class="short">Fires the specified event with the passed parameters (minus the event name).
-
-
-An event may be set to bubble up an Ob...</div><div class="long"><p>Fires the specified event with the passed parameters (minus the event name).</p>
-
-
-<p>An event may be set to bubble up an Observable parent hierarchy (See <a href="Ext.Component.html#getBubbleTarget" rel="Ext.Component#getBubbleTarget" class="docClass">Ext.Component.getBubbleTarget</a>)
-by calling <a href="Ext.ProgressBar.html#enableBubble" rel="Ext.ProgressBar#enableBubble" class="docClass">enableBubble</a>.</p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">eventName</span> : String<div class="sub-desc"><p>The name of the event to fire.</p>
-</div></li><li><span class="pre">args</span> : Object...<div class="sub-desc"><p>Variable number of parameters are passed to handlers.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>returns false if any of the handlers return false otherwise it returns true.</p>
-</li></ul></div></div></div><div id="method-focus" class="member inherited"><a href="Ext.ProgressBar.html#method-focus" rel="method-focus" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-focus" class="viewSource">view source</a></div><a name="focus"></a><a name="method-focus"></a><a href="Ext.ProgressBar.html#" rel="method-focus" class="cls expand">focus</a>(
-<span class="pre">[Boolean selectText], [Boolean/Number delay]</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>Try to focus this component.</p>
-</div><div class="long"><p>Try to focus this component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">selectText</span> : Boolean<div class="sub-desc"><p>(optional) If applicable, true to also select the text in this component</p>
-</div></li><li><span class="pre">delay</span> : Boolean/Number<div class="sub-desc"><p>(optional) Delay the focus this number of milliseconds (true for 10 milliseconds).</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-getActiveAnimation" class="member inherited"><a href="Ext.ProgressBar.html#method-getActiveAnimation" rel="method-getActiveAnimation" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Animate.html" class="definedIn docClass">Ext.util.Animate</a><br/><a href="../source/Animate.html#Ext-util.Animate-method-getActiveAnimation" class="viewSource">view source</a></div><a name="getActiveAnimation"></a><a name="method-getActiveAnimation"></a><a href="Ext.ProgressBar.html#" rel="method-getActiveAnimation" class="cls expand">getActiveAnimation</a> : Mixed</div><div class="description"><div class="short"><p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>
-</div><div class="long"><p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Mixed</span>&nbsp; &nbsp;<p>anim if element has active effects, else false</p>
-</li></ul></div></div></div><div id="method-getBox" class="member inherited"><a href="Ext.ProgressBar.html#method-getBox" rel="method-getBox" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-getBox" class="viewSource">view source</a></div><a name="getBox"></a><a name="method-getBox"></a><a href="Ext.ProgressBar.html#" rel="method-getBox" class="cls expand">getBox</a>(
-<span class="pre">[Boolean local]</span>)
- : Object</div><div class="description"><div class="short"><p>Gets the current box measurements of the component's underlying element.</p>
-</div><div class="long"><p>Gets the current box measurements of the component's underlying element.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">local</span> : Boolean<div class="sub-desc"><p>(optional) If true the element's left and top are returned instead of page XY (defaults to false)</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Object</span>&nbsp; &nbsp;<p>box An object in the format {x, y, width, height}</p>
-</li></ul></div></div></div><div id="method-getBubbleTarget" class="member inherited"><a href="Ext.ProgressBar.html#method-getBubbleTarget" rel="method-getBubbleTarget" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-getBubbleTarget" class="viewSource">view source</a></div><a name="getBubbleTarget"></a><a name="method-getBubbleTarget"></a><a href="Ext.ProgressBar.html#" rel="method-getBubbleTarget" class="cls expand">getBubbleTarget</a> : Ext.container.Container</div><div class="description"><div class="short"><p>Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.</p>
-</div><div class="long"><p>Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.container.Container</span>&nbsp; &nbsp;<p>the Container which owns this Component.</p>
-</li></ul></div></div></div><div id="method-getEl" class="member inherited"><a href="Ext.ProgressBar.html#method-getEl" rel="method-getEl" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-getEl" class="viewSource">view source</a></div><a name="getEl"></a><a name="method-getEl"></a><a href="Ext.ProgressBar.html#" rel="method-getEl" class="cls expand">getEl</a> : void</div><div class="description"><div class="short"><p>Retrieves the top level element representing this component.</p>
-</div><div class="long"><p>Retrieves the top level element representing this component.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-getHeight" class="member inherited"><a href="Ext.ProgressBar.html#method-getHeight" rel="method-getHeight" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-getHeight" class="viewSource">view source</a></div><a name="getHeight"></a><a name="method-getHeight"></a><a href="Ext.ProgressBar.html#" rel="method-getHeight" class="cls expand">getHeight</a> : Number</div><div class="description"><div class="short"><p>Gets the current height of the component's underlying element.</p>
-</div><div class="long"><p>Gets the current height of the component's underlying element.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Number</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-getId" class="member inherited"><a href="Ext.ProgressBar.html#method-getId" rel="method-getId" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-getId" class="viewSource">view source</a></div><a name="getId"></a><a name="method-getId"></a><a href="Ext.ProgressBar.html#" rel="method-getId" class="cls expand">getId</a> : void</div><div class="description"><div class="short"><p>Retrieves the id of this component.
-Will autogenerate an id if one has not already been set.</p>
-</div><div class="long"><p>Retrieves the id of this component.
-Will autogenerate an id if one has not already been set.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-getInsertPosition" class="member inherited"><a href="Ext.ProgressBar.html#method-getInsertPosition" rel="method-getInsertPosition" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-getInsertPosition" class="viewSource">view source</a></div><a name="getInsertPosition"></a><a name="method-getInsertPosition"></a><a href="Ext.ProgressBar.html#" rel="method-getInsertPosition" class="cls expand">getInsertPosition</a>(
-<span class="pre">String/Number/Element/HTMLElement position</span>)
- : HTMLElement</div><div class="description"><div class="short">This function takes the position argument passed to onRender and returns a
-DOM element that you can use in the insert...</div><div class="long"><p>This function takes the position argument passed to onRender and returns a
-DOM element that you can use in the insertBefore.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">position</span> : String/Number/Element/HTMLElement<div class="sub-desc"><p>Index, element id or element you want
-to put this component before.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">HTMLElement</span>&nbsp; &nbsp;<p>DOM element that you can use in the insertBefore</p>
-</li></ul></div></div></div><div id="method-getLoader" class="member inherited"><a href="Ext.ProgressBar.html#method-getLoader" rel="method-getLoader" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-getLoader" class="viewSource">view source</a></div><a name="getLoader"></a><a name="method-getLoader"></a><a href="Ext.ProgressBar.html#" rel="method-getLoader" class="cls expand">getLoader</a> : Ext.ComponentLoader</div><div class="description"><div class="short"><p>Gets the <a href="Ext.ComponentLoader.html" rel="Ext.ComponentLoader" class="docClass">Ext.ComponentLoader</a> for this Component.</p>
-</div><div class="long"><p>Gets the <a href="Ext.ComponentLoader.html" rel="Ext.ComponentLoader" class="docClass">Ext.ComponentLoader</a> for this Component.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.ComponentLoader</span>&nbsp; &nbsp;<p>The loader instance, null if it doesn't exist.</p>
-</li></ul></div></div></div><div id="method-getPlugin" class="member inherited"><a href="Ext.ProgressBar.html#method-getPlugin" rel="method-getPlugin" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-getPlugin" class="viewSource">view source</a></div><a name="getPlugin"></a><a name="method-getPlugin"></a><a href="Ext.ProgressBar.html#" rel="method-getPlugin" class="cls expand">getPlugin</a>(
-<span class="pre">Object pluginId</span>)
- : Ext.AbstractPlugin</div><div class="description"><div class="short"><p>Retrieves a plugin by its pluginId which has been bound to this
-component.</p>
-</div><div class="long"><p>Retrieves a plugin by its pluginId which has been bound to this
-component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">pluginId</span> : Object<div class="sub-desc">
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.AbstractPlugin</span>&nbsp; &nbsp;<p>pluginInstance</p>
-</li></ul></div></div></div><div id="method-getPosition" class="member inherited"><a href="Ext.ProgressBar.html#method-getPosition" rel="method-getPosition" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-getPosition" class="viewSource">view source</a></div><a name="getPosition"></a><a name="method-getPosition"></a><a href="Ext.ProgressBar.html#" rel="method-getPosition" class="cls expand">getPosition</a>(
-<span class="pre">[Boolean local]</span>)
- : Array</div><div class="description"><div class="short"><p>Gets the current XY position of the component's underlying element.</p>
-</div><div class="long"><p>Gets the current XY position of the component's underlying element.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">local</span> : Boolean<div class="sub-desc"><p>(optional) If true the element's left and top are returned instead of page XY (defaults to false)</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Array</span>&nbsp; &nbsp;<p>The XY position of the element (e.g., [100, 200])</p>
-</li></ul></div></div></div><div id="method-getSize" class="member inherited"><a href="Ext.ProgressBar.html#method-getSize" rel="method-getSize" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-getSize" class="viewSource">view source</a></div><a name="getSize"></a><a name="method-getSize"></a><a href="Ext.ProgressBar.html#" rel="method-getSize" class="cls expand">getSize</a> : Object</div><div class="description"><div class="short"><p>Gets the current size of the component's underlying element.</p>
-</div><div class="long"><p>Gets the current size of the component's underlying element.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Object</span>&nbsp; &nbsp;<p>An object containing the element's size {width: (element width), height: (element height)}</p>
-</li></ul></div></div></div><div id="method-getState" class="member inherited"><a href="Ext.ProgressBar.html#method-getState" rel="method-getState" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-method-getState" class="viewSource">view source</a></div><a name="getState"></a><a name="method-getState"></a><a href="Ext.ProgressBar.html#" rel="method-getState" class="cls expand">getState</a> : Object</div><div class="description"><div class="short">Gets the current state of the object. By default this function returns null,
-it should be overridden in subclasses to...</div><div class="long"><p>Gets the current state of the object. By default this function returns null,
-it should be overridden in subclasses to implement methods for getting the state.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Object</span>&nbsp; &nbsp;<p>The current state</p>
-</li></ul></div></div></div><div id="method-getStateId" class="member inherited"><a href="Ext.ProgressBar.html#method-getStateId" rel="method-getStateId" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-method-getStateId" class="viewSource">view source</a></div><a name="getStateId"></a><a name="method-getStateId"></a><a href="Ext.ProgressBar.html#" rel="method-getStateId" class="cls expand">getStateId</a> : String</div><div class="description"><div class="short"><p>Gets the state id for this object.</p>
-</div><div class="long"><p>Gets the state id for this object.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">String</span>&nbsp; &nbsp;<p>The state id, null if not found.</p>
-</li></ul></div></div></div><div id="method-getWidth" class="member inherited"><a href="Ext.ProgressBar.html#method-getWidth" rel="method-getWidth" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-getWidth" class="viewSource">view source</a></div><a name="getWidth"></a><a name="method-getWidth"></a><a href="Ext.ProgressBar.html#" rel="method-getWidth" class="cls expand">getWidth</a> : Number</div><div class="description"><div class="short"><p>Gets the current width of the component's underlying element.</p>
-</div><div class="long"><p>Gets the current width of the component's underlying element.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Number</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-getXType" class="member inherited"><a href="Ext.ProgressBar.html#method-getXType" rel="method-getXType" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-getXType" class="viewSource">view source</a></div><a name="getXType"></a><a name="method-getXType"></a><a href="Ext.ProgressBar.html#" rel="method-getXType" class="cls expand">getXType</a> : String</div><div class="description"><div class="short">Gets the xtype for this component as registered with Ext.ComponentManager. For a list of all
-available xtypes, see th...</div><div class="long"><p>Gets the xtype for this component as registered with <a href="Ext.ComponentManager.html" rel="Ext.ComponentManager" class="docClass">Ext.ComponentManager</a>. For a list of all
-available xtypes, see the <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Ext.Component</a> header. Example usage:</p>
-
-<pre><code>var t = new Ext.form.field.Text();
-alert(t.getXType());  // alerts 'textfield'
-</code></pre>
-
-<h3 class="pa">Returns</h3><ul><li><span class="pre">String</span>&nbsp; &nbsp;<p>The xtype</p>
-</li></ul></div></div></div><div id="method-getXTypes" class="member inherited"><a href="Ext.ProgressBar.html#method-getXTypes" rel="method-getXTypes" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-getXTypes" class="viewSource">view source</a></div><a name="getXTypes"></a><a name="method-getXTypes"></a><a href="Ext.ProgressBar.html#" rel="method-getXTypes" class="cls expand">getXTypes</a> : String</div><div class="description"><div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
-available xtypes, see the Ext...</div><div class="long"><p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
-available xtypes, see the <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Ext.Component</a> header.</p>
-
-
-<p><b>If using your own subclasses, be aware that a Component must register its own xtype
-to participate in determination of inherited xtypes.</b></p>
-
-
-<p>Example usage:</p>
-
-
-<pre><code>var t = new Ext.form.field.Text();
-alert(t.getXTypes());  // alerts 'component/field/textfield'
-</code></pre>
-
-<h3 class="pa">Returns</h3><ul><li><span class="pre">String</span>&nbsp; &nbsp;<p>The xtype hierarchy string</p>
-</li></ul></div></div></div><div id="method-hasListener" class="member inherited"><a href="Ext.ProgressBar.html#method-hasListener" rel="method-hasListener" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-hasListener" class="viewSource">view source</a></div><a name="hasListener"></a><a name="method-hasListener"></a><a href="Ext.ProgressBar.html#" rel="method-hasListener" class="cls expand">hasListener</a>(
-<span class="pre">String eventName</span>)
- : Boolean</div><div class="description"><div class="short"><p>Checks to see if this object has any listeners for a specified event</p>
-</div><div class="long"><p>Checks to see if this object has any listeners for a specified event</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">eventName</span> : String<div class="sub-desc"><p>The name of the event to check for</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>True if the event is being listened for, else false</p>
-</li></ul></div></div></div><div id="method-hasUICls" class="member inherited"><a href="Ext.ProgressBar.html#method-hasUICls" rel="method-hasUICls" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-hasUICls" class="viewSource">view source</a></div><a name="hasUICls"></a><a name="method-hasUICls"></a><a href="Ext.ProgressBar.html#" rel="method-hasUICls" class="cls expand">hasUICls</a>(
-<span class="pre">String cls</span>)
- : void</div><div class="description"><div class="short"><p>Checks if there is currently a specified uiCls</p>
-</div><div class="long"><p>Checks if there is currently a specified uiCls</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">cls</span> : String<div class="sub-desc"><p>The cls to check</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-hide" class="member inherited"><a href="Ext.ProgressBar.html#method-hide" rel="method-hide" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-hide" class="viewSource">view source</a></div><a name="hide"></a><a name="method-hide"></a><a href="Ext.ProgressBar.html#" rel="method-hide" class="cls expand">hide</a>(
-<span class="pre">String/Element/Component animateTarget, [Function callback], [Object scope]</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>Hides this Component, setting it to invisible using the configured <a href="Ext.ProgressBar.html#hideMode" rel="Ext.ProgressBar#hideMode" class="docClass">hideMode</a>.</p>
-</div><div class="long"><p>Hides this Component, setting it to invisible using the configured <a href="Ext.ProgressBar.html#hideMode" rel="Ext.ProgressBar#hideMode" class="docClass">hideMode</a>.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">animateTarget</span> : String/Element/Component<div class="sub-desc"><p>Optional, and <b>only valid for <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> Components such as
-<a href="Ext.window.Window.html" rel="Ext.window.Window" class="docClass">Window</a>s or <a href="Ext.tip.ToolTip.html" rel="Ext.tip.ToolTip" class="docClass">ToolTip</a>s, or regular Components which have been configured
-with <code>floating: true</code>.</b>.
-The target to which the Component should animate while hiding (defaults to null with no animation)</p>
-</div></li><li><span class="pre">callback</span> : Function<div class="sub-desc"><p>(optional) A callback function to call after the Component is hidden.</p>
-</div></li><li><span class="pre">scope</span> : Object<div class="sub-desc"><p>(optional) The scope (<code>this</code> reference) in which the callback is executed. Defaults to this Component.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-is" class="member inherited"><a href="Ext.ProgressBar.html#method-is" rel="method-is" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-is" class="viewSource">view source</a></div><a name="is"></a><a name="method-is"></a><a href="Ext.ProgressBar.html#" rel="method-is" class="cls expand">is</a>(
-<span class="pre">String selector</span>)
- : Boolean</div><div class="description"><div class="short"><p>Tests whether this Component matches the selector string.</p>
-</div><div class="long"><p>Tests whether this Component matches the selector string.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">selector</span> : String<div class="sub-desc"><p>The selector string to test against.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>True if this Component matches the selector.</p>
-</li></ul></div></div></div><div id="method-isDescendantOf" class="member inherited"><a href="Ext.ProgressBar.html#method-isDescendantOf" rel="method-isDescendantOf" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-isDescendantOf" class="viewSource">view source</a></div><a name="isDescendantOf"></a><a name="method-isDescendantOf"></a><a href="Ext.ProgressBar.html#" rel="method-isDescendantOf" class="cls expand">isDescendantOf</a>(
-<span class="pre">Ext.Container container</span>)
- : Boolean</div><div class="description"><div class="short"><p>Determines whether this component is the descendant of a particular container.</p>
-</div><div class="long"><p>Determines whether this component is the descendant of a particular container.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">container</span> : Ext.Container<div class="sub-desc">
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>isDescendant</p>
-</li></ul></div></div></div><div id="method-isDisabled" class="member inherited"><a href="Ext.ProgressBar.html#method-isDisabled" rel="method-isDisabled" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-isDisabled" class="viewSource">view source</a></div><a name="isDisabled"></a><a name="method-isDisabled"></a><a href="Ext.ProgressBar.html#" rel="method-isDisabled" class="cls expand">isDisabled</a> : Boolean</div><div class="description"><div class="short"><p>Method to determine whether this Component is currently disabled.</p>
-</div><div class="long"><p>Method to determine whether this Component is currently disabled.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>the disabled state of this Component.</p>
-</li></ul></div></div></div><div id="method-isDraggable" class="member inherited"><a href="Ext.ProgressBar.html#method-isDraggable" rel="method-isDraggable" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-isDraggable" class="viewSource">view source</a></div><a name="isDraggable"></a><a name="method-isDraggable"></a><a href="Ext.ProgressBar.html#" rel="method-isDraggable" class="cls expand">isDraggable</a> : Boolean</div><div class="description"><div class="short"><p>Method to determine whether this Component is draggable.</p>
-</div><div class="long"><p>Method to determine whether this Component is draggable.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>the draggable state of this component.</p>
-</li></ul></div></div></div><div id="method-isDroppable" class="member inherited"><a href="Ext.ProgressBar.html#method-isDroppable" rel="method-isDroppable" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-isDroppable" class="viewSource">view source</a></div><a name="isDroppable"></a><a name="method-isDroppable"></a><a href="Ext.ProgressBar.html#" rel="method-isDroppable" class="cls expand">isDroppable</a> : Boolean</div><div class="description"><div class="short"><p>Method to determine whether this Component is droppable.</p>
-</div><div class="long"><p>Method to determine whether this Component is droppable.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>the droppable state of this component.</p>
-</li></ul></div></div></div><div id="method-isFloating" class="member inherited"><a href="Ext.ProgressBar.html#method-isFloating" rel="method-isFloating" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-isFloating" class="viewSource">view source</a></div><a name="isFloating"></a><a name="method-isFloating"></a><a href="Ext.ProgressBar.html#" rel="method-isFloating" class="cls expand">isFloating</a> : Boolean</div><div class="description"><div class="short"><p>Method to determine whether this Component is floating.</p>
-</div><div class="long"><p>Method to determine whether this Component is floating.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>the floating state of this component.</p>
-</li></ul></div></div></div><div id="method-isHidden" class="member inherited"><a href="Ext.ProgressBar.html#method-isHidden" rel="method-isHidden" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-isHidden" class="viewSource">view source</a></div><a name="isHidden"></a><a name="method-isHidden"></a><a href="Ext.ProgressBar.html#" rel="method-isHidden" class="cls expand">isHidden</a> : Boolean</div><div class="description"><div class="short"><p>Method to determine whether this Component is currently set to hidden.</p>
-</div><div class="long"><p>Method to determine whether this Component is currently set to hidden.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>the hidden state of this Component.</p>
-</li></ul></div></div></div><div id="method-isVisible" class="member inherited"><a href="Ext.ProgressBar.html#method-isVisible" rel="method-isVisible" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-isVisible" class="viewSource">view source</a></div><a name="isVisible"></a><a name="method-isVisible"></a><a href="Ext.ProgressBar.html#" rel="method-isVisible" class="cls expand">isVisible</a>(
-<span class="pre">Boolean deep</span>)
- : Boolean</div><div class="description"><div class="short"><p>Returns true if this component is visible.</p>
-</div><div class="long"><p>Returns true if this component is visible.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">deep</span> : Boolean<div class="sub-desc"><p>. <p>Optional. Pass <code>true</code> to interrogate the visibility status of all
-parent Containers to determine whether this Component is truly visible to the user.</p></p>
-
-<p>Generally, to determine whether a Component is hidden, the no argument form is needed. For example
-when creating dynamically laid out UIs in a hidden Container before showing them.</p>
-
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>True if this component is visible, false otherwise.</p>
-</li></ul></div></div></div><div id="method-isWaiting" class="member ni"><a href="Ext.ProgressBar.html#method-isWaiting" rel="method-isWaiting" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-method-isWaiting" class="viewSource">view source</a></div><a name="isWaiting"></a><a name="method-isWaiting"></a><a href="Ext.ProgressBar.html#" rel="method-isWaiting" class="cls expand">isWaiting</a> : Boolean</div><div class="description"><div class="short"><p>Returns true if the progress bar is currently in a <a href="Ext.ProgressBar.html#wait" rel="Ext.ProgressBar#wait" class="docClass">wait</a> operation</p>
-</div><div class="long"><p>Returns true if the progress bar is currently in a <a href="Ext.ProgressBar.html#wait" rel="Ext.ProgressBar#wait" class="docClass">wait</a> operation</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>True if waiting, else false</p>
-</li></ul></div></div></div><div id="method-isXType" class="member inherited"><a href="Ext.ProgressBar.html#method-isXType" rel="method-isXType" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-isXType" class="viewSource">view source</a></div><a name="isXType"></a><a name="method-isXType"></a><a href="Ext.ProgressBar.html#" rel="method-isXType" class="cls expand">isXType</a>(
-<span class="pre">String xtype, [Boolean shallow]</span>)
- : Boolean</div><div class="description"><div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
-from th...</div><div class="long"><p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
-from the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>
-
-
-<p><b>If using your own subclasses, be aware that a Component must register its own xtype
-to participate in determination of inherited xtypes.</b></p>
-
-
-<p>For a list of all available xtypes, see the <a href="Ext.Component.html" rel="Ext.Component" class="docClass">Ext.Component</a> header.</p>
-
-
-<p>Example usage:</p>
-
-
-<pre><code>var t = new Ext.form.field.Text();
-var isText = t.isXType('textfield');        // true
-var isBoxSubclass = t.isXType('field');       // true, descended from <a href="Ext.form.field.Base.html" rel="Ext.form.field.Base" class="docClass">Ext.form.field.Base</a>
-var isBoxInstance = t.isXType('field', true); // false, not a direct <a href="Ext.form.field.Base.html" rel="Ext.form.field.Base" class="docClass">Ext.form.field.Base</a> instance
-</code></pre>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">xtype</span> : String<div class="sub-desc"><p>The xtype to check for this Component</p>
-</div></li><li><span class="pre">shallow</span> : Boolean<div class="sub-desc"><p>(optional) False to check whether this Component is descended from the xtype (this is
-the default), or true to check whether this Component is directly of the specified xtype.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Boolean</span>&nbsp; &nbsp;<p>True if this component descends from the specified xtype, false otherwise.</p>
-</li></ul></div></div></div><div id="method-nextNode" class="member inherited"><a href="Ext.ProgressBar.html#method-nextNode" rel="method-nextNode" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-nextNode" class="viewSource">view source</a></div><a name="nextNode"></a><a name="method-nextNode"></a><a href="Ext.ProgressBar.html#" rel="method-nextNode" class="cls expand">nextNode</a>(
-<span class="pre">String selector, Object includeSelf</span>)
- : void</div><div class="description"><div class="short">Returns the next node in the Component tree in tree traversal order.
-
-
-Note that this is not limited to siblings, and...</div><div class="long"><p>Returns the next node in the Component tree in tree traversal order.</p>
-
-
-<p>Note that this is not limited to siblings, and if invoked upon a node with no matching siblings, will
-walk the tree to attempt to find a match. Contrast with <a href="Ext.ProgressBar.html#pnextSibling" rel="Ext.ProgressBar#pnextSibling" class="docClass">pnextSibling</a>.</p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">selector</span> : String<div class="sub-desc"><p>Optional A <a href="Ext.ComponentQuery.html" rel="Ext.ComponentQuery" class="docClass">ComponentQuery</a> selector to filter the following nodes.</p>
-</div></li><li><span class="pre">includeSelf</span> : Object<div class="sub-desc">
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;<p>The next node (or the next node which matches the selector). Returns null if there is no matching node.</p>
-</li></ul></div></div></div><div id="method-nextSibling" class="member inherited"><a href="Ext.ProgressBar.html#method-nextSibling" rel="method-nextSibling" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-nextSibling" class="viewSource">view source</a></div><a name="nextSibling"></a><a name="method-nextSibling"></a><a href="Ext.ProgressBar.html#" rel="method-nextSibling" class="cls expand">nextSibling</a>(
-<span class="pre">String selector</span>)
- : void</div><div class="description"><div class="short">Returns the next sibling of this Component.
-
-
-Optionally selects the next sibling which matches the passed ComponentQ...</div><div class="long"><p>Returns the next sibling of this Component.</p>
-
-
-<p>Optionally selects the next sibling which matches the passed <a href="Ext.ComponentQuery.html" rel="Ext.ComponentQuery" class="docClass">ComponentQuery</a> selector.</p>
-
-
-<p>May also be refered to as <code><b>next()</b></code></p>
-
-
-<p>Note that this is limited to siblings, and if no siblings of the item match, <code>null</code> is returned. Contrast with <a href="Ext.ProgressBar.html#nextNode" rel="Ext.ProgressBar#nextNode" class="docClass">nextNode</a></p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">selector</span> : String<div class="sub-desc"><p>Optional A <a href="Ext.ComponentQuery.html" rel="Ext.ComponentQuery" class="docClass">ComponentQuery</a> selector to filter the following items.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;<p>The next sibling (or the next sibling which matches the selector). Returns null if there is no matching sibling.</p>
-</li></ul></div></div></div><div id="method-observe" class="member inherited"><a href="Ext.ProgressBar.html#method-observe" rel="method-observe" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-observe" class="viewSource">view source</a></div><a name="observe"></a><a name="method-observe"></a><a href="Ext.ProgressBar.html#" rel="method-observe" class="cls expand">observe</a>(
-<span class="pre">Function c, Object listeners</span>)
- : void</div><div class="description"><div class="short">Sets observability on the passed class constructor.
-
-This makes any event fired on any instance of the passed class a...</div><div class="long"><p>Sets observability on the passed class constructor.</p>
-
-<p>This makes any event fired on any instance of the passed class also fire a single event through
-the <strong>class</strong> allowing for central handling of events on many instances at once.</p>
-
-<p>Usage:</p>
-
-<pre><code>Ext.util.Observable.observe(Ext.data.Connection);
-Ext.data.Connection.on('beforerequest', function(con, options) {
-    console.log('Ajax request made to ' + options.url);
-});
-</code></pre>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">c</span> : Function<div class="sub-desc"><p>The class constructor to make observable.</p>
-</div></li><li><span class="pre">listeners</span> : Object<div class="sub-desc"><p>An object containing a series of listeners to add. See <a href="Ext.ProgressBar.html#addListener" rel="Ext.ProgressBar#addListener" class="docClass">addListener</a>.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-on" class="member inherited"><a href="Ext.ProgressBar.html#method-on" rel="method-on" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-on" class="viewSource">view source</a></div><a name="on"></a><a name="method-on"></a><a href="Ext.ProgressBar.html#" rel="method-on" class="cls expand">on</a>(
-<span class="pre">String eventName, Function handler, [Object scope], [Object options]</span>)
- : void</div><div class="description"><div class="short"><p>Appends an event handler to this object (shorthand for <a href="Ext.ProgressBar.html#addListener" rel="Ext.ProgressBar#addListener" class="docClass">addListener</a>.)</p>
-</div><div class="long"><p>Appends an event handler to this object (shorthand for <a href="Ext.ProgressBar.html#addListener" rel="Ext.ProgressBar#addListener" class="docClass">addListener</a>.)</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">eventName</span> : String<div class="sub-desc"><p>The type of event to listen for</p>
-</div></li><li><span class="pre">handler</span> : Function<div class="sub-desc"><p>The method the event invokes</p>
-</div></li><li><span class="pre">scope</span> : Object<div class="sub-desc"><p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.
-<b>If omitted, defaults to the object which fired the event.</b></p>
-</div></li><li><span class="pre">options</span> : Object<div class="sub-desc"><p>(optional) An object containing handler configuration.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-previousNode" class="member inherited"><a href="Ext.ProgressBar.html#method-previousNode" rel="method-previousNode" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-previousNode" class="viewSource">view source</a></div><a name="previousNode"></a><a name="method-previousNode"></a><a href="Ext.ProgressBar.html#" rel="method-previousNode" class="cls expand">previousNode</a>(
-<span class="pre">String selector, Object includeSelf</span>)
- : void</div><div class="description"><div class="short">Returns the previous node in the Component tree in tree traversal order.
-
-
-Note that this is not limited to siblings,...</div><div class="long"><p>Returns the previous node in the Component tree in tree traversal order.</p>
-
-
-<p>Note that this is not limited to siblings, and if invoked upon a node with no matching siblings, will
-walk the tree in reverse order to attempt to find a match. Contrast with <a href="Ext.ProgressBar.html#previousSibling" rel="Ext.ProgressBar#previousSibling" class="docClass">previousSibling</a>.</p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">selector</span> : String<div class="sub-desc"><p>Optional. A <a href="Ext.ComponentQuery.html" rel="Ext.ComponentQuery" class="docClass">ComponentQuery</a> selector to filter the preceding nodes.</p>
-</div></li><li><span class="pre">includeSelf</span> : Object<div class="sub-desc">
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;<p>The previous node (or the previous node which matches the selector). Returns null if there is no matching node.</p>
-</li></ul></div></div></div><div id="method-previousSibling" class="member inherited"><a href="Ext.ProgressBar.html#method-previousSibling" rel="method-previousSibling" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-previousSibling" class="viewSource">view source</a></div><a name="previousSibling"></a><a name="method-previousSibling"></a><a href="Ext.ProgressBar.html#" rel="method-previousSibling" class="cls expand">previousSibling</a>(
-<span class="pre">String selector</span>)
- : void</div><div class="description"><div class="short">Returns the previous sibling of this Component.
-
-
-Optionally selects the previous sibling which matches the passed Co...</div><div class="long"><p>Returns the previous sibling of this Component.</p>
-
-
-<p>Optionally selects the previous sibling which matches the passed <a href="Ext.ComponentQuery.html" rel="Ext.ComponentQuery" class="docClass">ComponentQuery</a> selector.</p>
-
-
-<p>May also be refered to as <code><b>prev()</b></code></p>
-
-
-<p>Note that this is limited to siblings, and if no siblings of the item match, <code>null</code> is returned. Contrast with <a href="Ext.ProgressBar.html#previousNode" rel="Ext.ProgressBar#previousNode" class="docClass">previousNode</a></p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">selector</span> : String<div class="sub-desc"><p>Optional. A <a href="Ext.ComponentQuery.html" rel="Ext.ComponentQuery" class="docClass">ComponentQuery</a> selector to filter the preceding items.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;<p>The previous sibling (or the previous sibling which matches the selector). Returns null if there is no matching sibling.</p>
-</li></ul></div></div></div><div id="method-relayEvents" class="member inherited"><a href="Ext.ProgressBar.html#method-relayEvents" rel="method-relayEvents" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-relayEvents" class="viewSource">view source</a></div><a name="relayEvents"></a><a name="method-relayEvents"></a><a href="Ext.ProgressBar.html#" rel="method-relayEvents" class="cls expand">relayEvents</a>(
-<span class="pre">Object origin, Array events, Object prefix</span>)
- : void</div><div class="description"><div class="short"><p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>
-</div><div class="long"><p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">origin</span> : Object<div class="sub-desc"><p>The Observable whose events this object is to relay.</p>
-</div></li><li><span class="pre">events</span> : Array<div class="sub-desc"><p>Array of event names to relay.</p>
-</div></li><li><span class="pre">prefix</span> : Object<div class="sub-desc">
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-releaseCapture" class="member inherited"><a href="Ext.ProgressBar.html#method-releaseCapture" rel="method-releaseCapture" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-releaseCapture" class="viewSource">view source</a></div><a name="releaseCapture"></a><a name="method-releaseCapture"></a><a href="Ext.ProgressBar.html#" rel="method-releaseCapture" class="cls expand">releaseCapture</a>(
-<span class="pre">Observable o</span>)
- : void</div><div class="description"><div class="short"><p>Removes <b>all</b> added captures from the Observable.</p>
-</div><div class="long"><p>Removes <b>all</b> added captures from the Observable.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">o</span> : Observable<div class="sub-desc"><p>The Observable to release</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-removeCls" class="member inherited"><a href="Ext.ProgressBar.html#method-removeCls" rel="method-removeCls" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-removeCls" class="viewSource">view source</a></div><a name="removeCls"></a><a name="method-removeCls"></a><a href="Ext.ProgressBar.html#" rel="method-removeCls" class="cls expand">removeCls</a>(
-<span class="pre">Object className</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>Removes a CSS class from the top level element representing this component.</p>
-</div><div class="long"><p>Removes a CSS class from the top level element representing this component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">className</span> : Object<div class="sub-desc">
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>Returns the Component to allow method chaining.</p>
-</li></ul></div></div></div><div id="method-removeClsWithUI" class="member inherited"><a href="Ext.ProgressBar.html#method-removeClsWithUI" rel="method-removeClsWithUI" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-removeClsWithUI" class="viewSource">view source</a></div><a name="removeClsWithUI"></a><a name="method-removeClsWithUI"></a><a href="Ext.ProgressBar.html#" rel="method-removeClsWithUI" class="cls expand">removeClsWithUI</a>(
-<span class="pre">String/Array cls</span>)
- : void</div><div class="description"><div class="short">Removes a cls to the uiCls array, which will also call removeUIClsToElement and removes
-it from all elements of this ...</div><div class="long"><p>Removes a cls to the uiCls array, which will also call <a href="Ext.ProgressBar.html#removeUIClsToElement" rel="Ext.ProgressBar#removeUIClsToElement" class="docClass">removeUIClsToElement</a> and removes
-it from all elements of this component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">cls</span> : String/Array<div class="sub-desc"><p>A string or an array of strings to remove to the uiCls</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-removeListener" class="member inherited"><a href="Ext.ProgressBar.html#method-removeListener" rel="method-removeListener" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-removeListener" class="viewSource">view source</a></div><a name="removeListener"></a><a name="method-removeListener"></a><a href="Ext.ProgressBar.html#" rel="method-removeListener" class="cls expand">removeListener</a>(
-<span class="pre">String eventName, Function handler, [Object scope]</span>)
- : void</div><div class="description"><div class="short"><p>Removes an event handler.</p>
-</div><div class="long"><p>Removes an event handler.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">eventName</span> : String<div class="sub-desc"><p>The type of event the handler was associated with.</p>
-</div></li><li><span class="pre">handler</span> : Function<div class="sub-desc"><p>The handler to remove. <b>This must be a reference to the function passed into the <a href="Ext.ProgressBar.html#addListener" rel="Ext.ProgressBar#addListener" class="docClass">addListener</a> call.</b></p>
-</div></li><li><span class="pre">scope</span> : Object<div class="sub-desc"><p>(optional) The scope originally specified for the handler.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-removeManagedListener" class="member inherited"><a href="Ext.ProgressBar.html#method-removeManagedListener" rel="method-removeManagedListener" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-removeManagedListener" class="viewSource">view source</a></div><a name="removeManagedListener"></a><a name="method-removeManagedListener"></a><a href="Ext.ProgressBar.html#" rel="method-removeManagedListener" class="cls expand">removeManagedListener</a>(
-<span class="pre">Observable|Element item, Object|String ename, Function fn, Object scope</span>)
- : void</div><div class="description"><div class="short"><p>Removes listeners that were added by the <a href="Ext.ProgressBar.html#mon" rel="Ext.ProgressBar#mon" class="docClass">mon</a> method.</p>
-</div><div class="long"><p>Removes listeners that were added by the <a href="Ext.ProgressBar.html#mon" rel="Ext.ProgressBar#mon" class="docClass">mon</a> method.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">item</span> : Observable|Element<div class="sub-desc"><p>The item from which to remove a listener/listeners.</p>
-</div></li><li><span class="pre">ename</span> : Object|String<div class="sub-desc"><p>The event name, or an object containing event name properties.</p>
-</div></li><li><span class="pre">fn</span> : Function<div class="sub-desc"><p>Optional. If the <code>ename</code> parameter was an event name, this
-is the handler function.</p>
-</div></li><li><span class="pre">scope</span> : Object<div class="sub-desc"><p>Optional. If the <code>ename</code> parameter was an event name, this
-is the scope (<code>this</code> reference) in which the handler function is executed.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-reset" class="member ni"><a href="Ext.ProgressBar.html#method-reset" rel="method-reset" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-method-reset" class="viewSource">view source</a></div><a name="reset"></a><a name="method-reset"></a><a href="Ext.ProgressBar.html#" rel="method-reset" class="cls expand">reset</a>(
-<span class="pre">[Boolean hide]</span>)
- : Ext.ProgressBar</div><div class="description"><div class="short">Resets the progress bar value to 0 and text to empty string.  If hide = true, the progress
-bar will also be hidden (u...</div><div class="long"><p>Resets the progress bar value to 0 and text to empty string.  If hide = true, the progress
-bar will also be hidden (using the <a href="Ext.ProgressBar.html#hideMode" rel="Ext.ProgressBar#hideMode" class="docClass">hideMode</a> property internally).</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">hide</span> : Boolean<div class="sub-desc"><p>(optional) True to hide the progress bar (defaults to false)</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.ProgressBar</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-resumeEvents" class="member inherited"><a href="Ext.ProgressBar.html#method-resumeEvents" rel="method-resumeEvents" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-resumeEvents" class="viewSource">view source</a></div><a name="resumeEvents"></a><a name="method-resumeEvents"></a><a href="Ext.ProgressBar.html#" rel="method-resumeEvents" class="cls expand">resumeEvents</a> : void</div><div class="description"><div class="short">Resume firing events. (see suspendEvents)
-If events were suspended using the queueSuspended parameter, then all
-event...</div><div class="long"><p>Resume firing events. (see <a href="Ext.ProgressBar.html#suspendEvents" rel="Ext.ProgressBar#suspendEvents" class="docClass">suspendEvents</a>)
-If events were suspended using the <code><b>queueSuspended</b></code> parameter, then all
-events fired during event suspension will be sent to any listeners now.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-sequenceFx" class="member inherited"><a href="Ext.ProgressBar.html#method-sequenceFx" rel="method-sequenceFx" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Animate.html" class="definedIn docClass">Ext.util.Animate</a><br/><a href="../source/Animate.html#Ext-util.Animate-method-sequenceFx" class="viewSource">view source</a></div><a name="sequenceFx"></a><a name="method-sequenceFx"></a><a href="Ext.ProgressBar.html#" rel="method-sequenceFx" class="cls expand">sequenceFx</a> : Ext.core.Element</div><div class="description"><div class="short">Ensures that all effects queued after sequenceFx is called on this object are
-run in sequence.  This is the opposite ...</div><div class="long"><p>Ensures that all effects queued after sequenceFx is called on this object are
-run in sequence.  This is the opposite of <a href="Ext.ProgressBar.html#syncFx" rel="Ext.ProgressBar#syncFx" class="docClass">syncFx</a>.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.core.Element</span>&nbsp; &nbsp;<p>The Element</p>
-</li></ul></div></div></div><div id="method-setActive" class="member inherited"><a href="Ext.ProgressBar.html#method-setActive" rel="method-setActive" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Floating.html" class="definedIn docClass">Ext.util.Floating</a><br/><a href="../source/Floating.html#Ext-util.Floating-method-setActive" class="viewSource">view source</a></div><a name="setActive"></a><a name="method-setActive"></a><a href="Ext.ProgressBar.html#" rel="method-setActive" class="cls expand">setActive</a>(
-<span class="pre">Boolean active, Component newActive</span>)
- : void</div><div class="description"><div class="short">This method is called internally by Ext.ZIndexManager to signal that a floating
-Component has either been moved to th...</div><div class="long"><p>This method is called internally by <a href="Ext.ZIndexManager.html" rel="Ext.ZIndexManager" class="docClass">Ext.ZIndexManager</a> to signal that a floating
-Component has either been moved to the top of its zIndex stack, or pushed from the top of its zIndex stack.</p>
-
-
-<p>If a <i>Window</i> is superceded by another Window, deactivating it hides its shadow.</p>
-
-
-<p>This method also fires the <a href="Ext.ProgressBar.html#activate" rel="Ext.ProgressBar#activate" class="docClass">activate</a> or <a href="Ext.ProgressBar.html#deactivate" rel="Ext.ProgressBar#deactivate" class="docClass">deactivate</a> event depending on which action occurred.</p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">active</span> : Boolean<div class="sub-desc"><p>True to activate the Component, false to deactivate it (defaults to false)</p>
-</div></li><li><span class="pre">newActive</span> : Component<div class="sub-desc"><p>The newly active Component which is taking over topmost zIndex position.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-setAutoScroll" class="member inherited"><a href="Ext.ProgressBar.html#method-setAutoScroll" rel="method-setAutoScroll" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-setAutoScroll" class="viewSource">view source</a></div><a name="setAutoScroll"></a><a name="method-setAutoScroll"></a><a href="Ext.ProgressBar.html#" rel="method-setAutoScroll" class="cls expand">setAutoScroll</a>(
-<span class="pre">Boolean scroll</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>Sets the overflow on the content element of the component.</p>
-</div><div class="long"><p>Sets the overflow on the content element of the component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">scroll</span> : Boolean<div class="sub-desc"><p>True to allow the Component to auto scroll.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-setDisabled" class="member inherited"><a href="Ext.ProgressBar.html#method-setDisabled" rel="method-setDisabled" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-setDisabled" class="viewSource">view source</a></div><a name="setDisabled"></a><a name="method-setDisabled"></a><a href="Ext.ProgressBar.html#" rel="method-setDisabled" class="cls expand">setDisabled</a>(
-<span class="pre">Boolean disabled</span>)
- : void</div><div class="description"><div class="short"><p>Enable or disable the component.</p>
-</div><div class="long"><p>Enable or disable the component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">disabled</span> : Boolean<div class="sub-desc">
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-setDocked" class="member inherited"><a href="Ext.ProgressBar.html#method-setDocked" rel="method-setDocked" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-setDocked" class="viewSource">view source</a></div><a name="setDocked"></a><a name="method-setDocked"></a><a href="Ext.ProgressBar.html#" rel="method-setDocked" class="cls expand">setDocked</a>(
-<span class="pre">Object dock, Object layoutParent</span>)
- : Component</div><div class="description"><div class="short">Sets the dock position of this component in its parent panel. Note that
-this only has effect if this item is part of ...</div><div class="long"><p>Sets the dock position of this component in its parent panel. Note that
-this only has effect if this item is part of the dockedItems collection
-of a parent that has a DockLayout (note that any Panel has a DockLayout
-by default)</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">dock</span> : Object<div class="sub-desc">
-</div></li><li><span class="pre">layoutParent</span> : Object<div class="sub-desc">
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-setHeight" class="member inherited"><a href="Ext.ProgressBar.html#method-setHeight" rel="method-setHeight" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-setHeight" class="viewSource">view source</a></div><a name="setHeight"></a><a name="method-setHeight"></a><a href="Ext.ProgressBar.html#" rel="method-setHeight" class="cls expand">setHeight</a>(
-<span class="pre">Number height</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>Sets the height of the component.  This method fires the <a href="Ext.ProgressBar.html#resize" rel="Ext.ProgressBar#resize" class="docClass">resize</a> event.</p>
-</div><div class="long"><p>Sets the height of the component.  This method fires the <a href="Ext.ProgressBar.html#resize" rel="Ext.ProgressBar#resize" class="docClass">resize</a> event.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">height</span> : Number<div class="sub-desc"><p>The new height to set. This may be one of:<div class="mdetail-params"><ul>
-<li>A Number specifying the new height in the <a href="Ext.ProgressBar.html#getEl" rel="Ext.ProgressBar#getEl" class="docClass">Element</a>'s <a href="Ext.core.Element.html#defaultUnit" rel="Ext.core.Element#defaultUnit" class="docClass">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>
-<li>A String used to set the CSS height style.</li>
-<li><i>undefined</i> to leave the height unchanged.</li>
-</ul></div></p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-setLoading" class="member inherited"><a href="Ext.ProgressBar.html#method-setLoading" rel="method-setLoading" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-setLoading" class="viewSource">view source</a></div><a name="setLoading"></a><a name="method-setLoading"></a><a href="Ext.ProgressBar.html#" rel="method-setLoading" class="cls expand">setLoading</a>(
-<span class="pre">Boolean/Object/String load, Boolean targetEl</span>)
- : Ext.LoadMask</div><div class="description"><div class="short"><p>This method allows you to show or hide a LoadMask on top of this component.</p>
-</div><div class="long"><p>This method allows you to show or hide a LoadMask on top of this component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">load</span> : Boolean/Object/String<div class="sub-desc"><p>True to show the default LoadMask, a config object
-that will be passed to the LoadMask constructor, or a message String to show. False to
-hide the current LoadMask.</p>
-</div></li><li><span class="pre">targetEl</span> : Boolean<div class="sub-desc"><p>True to mask the targetEl of this Component instead of the this.el.
-For example, setting this to true on a Panel will cause only the body to be masked. (defaults to false)</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.LoadMask</span>&nbsp; &nbsp;<p>The LoadMask instance that has just been shown.</p>
-</li></ul></div></div></div><div id="method-setPagePosition" class="member inherited"><a href="Ext.ProgressBar.html#method-setPagePosition" rel="method-setPagePosition" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-setPagePosition" class="viewSource">view source</a></div><a name="setPagePosition"></a><a name="method-setPagePosition"></a><a href="Ext.ProgressBar.html#" rel="method-setPagePosition" class="cls expand">setPagePosition</a>(
-<span class="pre">Number x, Number y, Mixed animate</span>)
- : Ext.Component</div><div class="description"><div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
-This method fires the ...</div><div class="long"><p>Sets the page XY position of the component.  To set the left and top instead, use <a href="Ext.ProgressBar.html#setPosition" rel="Ext.ProgressBar#setPosition" class="docClass">setPosition</a>.
-This method fires the <a href="Ext.ProgressBar.html#move" rel="Ext.ProgressBar#move" class="docClass">move</a> event.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">x</span> : Number<div class="sub-desc"><p>The new x position</p>
-</div></li><li><span class="pre">y</span> : Number<div class="sub-desc"><p>The new y position</p>
-</div></li><li><span class="pre">animate</span> : Mixed<div class="sub-desc"><p>If passed, the Component is <i>animated</i> into its new position. If this parameter
-is a number, it is used as the animation duration in milliseconds.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-setPosition" class="member inherited"><a href="Ext.ProgressBar.html#method-setPosition" rel="method-setPosition" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-setPosition" class="viewSource">view source</a></div><a name="setPosition"></a><a name="method-setPosition"></a><a href="Ext.ProgressBar.html#" rel="method-setPosition" class="cls expand">setPosition</a>(
-<span class="pre">Number left, Number top, Mixed animate</span>)
- : Ext.Component</div><div class="description"><div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
-This method fires ...</div><div class="long"><p>Sets the left and top of the component.  To set the page XY position instead, use <a href="Ext.ProgressBar.html#setPagePosition" rel="Ext.ProgressBar#setPagePosition" class="docClass">setPagePosition</a>.
-This method fires the <a href="Ext.ProgressBar.html#move" rel="Ext.ProgressBar#move" class="docClass">move</a> event.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">left</span> : Number<div class="sub-desc"><p>The new left</p>
-</div></li><li><span class="pre">top</span> : Number<div class="sub-desc"><p>The new top</p>
-</div></li><li><span class="pre">animate</span> : Mixed<div class="sub-desc"><p>If true, the Component is <i>animated</i> into its new position. You may also pass an animation configuration.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-setSize" class="member inherited"><a href="Ext.ProgressBar.html#method-setSize" rel="method-setSize" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-setSize" class="viewSource">view source</a></div><a name="setSize"></a><a name="method-setSize"></a><a href="Ext.ProgressBar.html#" rel="method-setSize" class="cls expand">setSize</a>(
-<span class="pre">Mixed width, Mixed height</span>)
- : Ext.Component</div><div class="description"><div class="short">Sets the width and height of this Component. This method fires the resize event. This method can accept
-either width ...</div><div class="long"><p>Sets the width and height of this Component. This method fires the <a href="Ext.ProgressBar.html#resize" rel="Ext.ProgressBar#resize" class="docClass">resize</a> event. This method can accept
-either width and height as separate arguments, or you can pass a size object like <code>{width:10, height:20}</code>.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">width</span> : Mixed<div class="sub-desc"><p>The new width to set. This may be one of:<div class="mdetail-params"><ul>
-<li>A Number specifying the new width in the <a href="Ext.ProgressBar.html#getEl" rel="Ext.ProgressBar#getEl" class="docClass">Element</a>'s <a href="Ext.core.Element.html#defaultUnit" rel="Ext.core.Element#defaultUnit" class="docClass">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>
-<li>A String used to set the CSS width style.</li>
-<li>A size object in the format <code>{width: widthValue, height: heightValue}</code>.</li>
-<li><code>undefined</code> to leave the width unchanged.</li>
-</ul></div></p>
-</div></li><li><span class="pre">height</span> : Mixed<div class="sub-desc"><p>The new height to set (not required if a size object is passed as the first arg).
-This may be one of:<div class="mdetail-params"><ul>
-<li>A Number specifying the new height in the <a href="Ext.ProgressBar.html#getEl" rel="Ext.ProgressBar#getEl" class="docClass">Element</a>'s <a href="Ext.core.Element.html#defaultUnit" rel="Ext.core.Element#defaultUnit" class="docClass">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>
-<li>A String used to set the CSS height style. Animation may <b>not</b> be used.</li>
-<li><code>undefined</code> to leave the height unchanged.</li>
-</ul></div></p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-setUI" class="member inherited"><a href="Ext.ProgressBar.html#method-setUI" rel="method-setUI" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-setUI" class="viewSource">view source</a></div><a name="setUI"></a><a name="method-setUI"></a><a href="Ext.ProgressBar.html#" rel="method-setUI" class="cls expand">setUI</a>(
-<span class="pre">String ui</span>)
- : void</div><div class="description"><div class="short">Sets the UI for the component. This will remove any existing UIs on the component. It will also
-loop through any uiCl...</div><div class="long"><p>Sets the UI for the component. This will remove any existing UIs on the component. It will also
-loop through any uiCls set on the component and rename them so they include the new UI</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">ui</span> : String<div class="sub-desc"><p>The new UI for the component</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-setVisible" class="member inherited"><a href="Ext.ProgressBar.html#method-setVisible" rel="method-setVisible" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-setVisible" class="viewSource">view source</a></div><a name="setVisible"></a><a name="method-setVisible"></a><a href="Ext.ProgressBar.html#" rel="method-setVisible" class="cls expand">setVisible</a>(
-<span class="pre">Boolean visible</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>Convenience function to hide or show this component by boolean.</p>
-</div><div class="long"><p>Convenience function to hide or show this component by boolean.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">visible</span> : Boolean<div class="sub-desc"><p>True to show, false to hide</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-setWidth" class="member inherited"><a href="Ext.ProgressBar.html#method-setWidth" rel="method-setWidth" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-setWidth" class="viewSource">view source</a></div><a name="setWidth"></a><a name="method-setWidth"></a><a href="Ext.ProgressBar.html#" rel="method-setWidth" class="cls expand">setWidth</a>(
-<span class="pre">Number width</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>Sets the width of the component.  This method fires the <a href="Ext.ProgressBar.html#resize" rel="Ext.ProgressBar#resize" class="docClass">resize</a> event.</p>
-</div><div class="long"><p>Sets the width of the component.  This method fires the <a href="Ext.ProgressBar.html#resize" rel="Ext.ProgressBar#resize" class="docClass">resize</a> event.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">width</span> : Number<div class="sub-desc"><p>The new width to setThis may be one of:<div class="mdetail-params"><ul>
-<li>A Number specifying the new width in the <a href="Ext.ProgressBar.html#getEl" rel="Ext.ProgressBar#getEl" class="docClass">Element</a>'s <a href="Ext.core.Element.html#defaultUnit" rel="Ext.core.Element#defaultUnit" class="docClass">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>
-<li>A String used to set the CSS width style.</li>
-</ul></div></p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-show" class="member inherited"><a href="Ext.ProgressBar.html#method-show" rel="method-show" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-show" class="viewSource">view source</a></div><a name="show"></a><a name="method-show"></a><a href="Ext.ProgressBar.html#" rel="method-show" class="cls expand">show</a>(
-<span class="pre">String/Element animateTarget, [Function callback], [Object scope]</span>)
- : Component</div><div class="description"><div class="short">Shows this Component, rendering it first if autoRender or {&quot;floating are true.
-
-
-After being shown, a floating C...</div><div class="long"><p>Shows this Component, rendering it first if <a href="Ext.ProgressBar.html#autoRender" rel="Ext.ProgressBar#autoRender" class="docClass">autoRender</a> or {<a href="Ext.ProgressBar.html"floating" rel=""floating" class="docClass">&quot;floating</a> are <code>true</code>.</p>
-
-
-<p>After being shown, a <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> Component (such as a <a href="Ext.window.Window.html" rel="Ext.window.Window" class="docClass">Ext.window.Window</a>), is activated it and brought to the front of
-its <a href="Ext.ProgressBar.html#ZIndexManager" rel="Ext.ProgressBar#ZIndexManager" class="docClass">z-index stack</a>.</p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">animateTarget</span> : String/Element<div class="sub-desc"><p>Optional, and <b>only valid for <a href="Ext.ProgressBar.html#floating" rel="Ext.ProgressBar#floating" class="docClass">floating</a> Components such as
-<a href="Ext.window.Window.html" rel="Ext.window.Window" class="docClass">Window</a>s or <a href="Ext.tip.ToolTip.html" rel="Ext.tip.ToolTip" class="docClass">ToolTip</a>s, or regular Components which have been configured
-with <code>floating: true</code>.</b> The target from which the Component should
-animate from while opening (defaults to null with no animation)</p>
-</div></li><li><span class="pre">callback</span> : Function<div class="sub-desc"><p>(optional) A callback function to call after the Component is displayed. Only necessary if animation was specified.</p>
-</div></li><li><span class="pre">scope</span> : Object<div class="sub-desc"><p>(optional) The scope (<code>this</code> reference) in which the callback is executed. Defaults to this Component.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-stopAnimation" class="member inherited"><a href="Ext.ProgressBar.html#method-stopAnimation" rel="method-stopAnimation" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Animate.html" class="definedIn docClass">Ext.util.Animate</a><br/><a href="../source/Animate.html#Ext-util.Animate-method-stopAnimation" class="viewSource">view source</a></div><a name="stopAnimation"></a><a name="method-stopAnimation"></a><a href="Ext.ProgressBar.html#" rel="method-stopAnimation" class="cls expand">stopAnimation</a> : Ext.core.Element</div><div class="description"><div class="short">@deprecated 4.0 Replaced by stopAnimation
-Stops any running effects and clears this object's internal effects queue i...</div><div class="long"><p>@deprecated 4.0 Replaced by <a href="Ext.ProgressBar.html#stopAnimation" rel="Ext.ProgressBar#stopAnimation" class="docClass">stopAnimation</a>
-Stops any running effects and clears this object's internal effects queue if it contains
-any additional effects that haven't started yet.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.core.Element</span>&nbsp; &nbsp;<p>The Element</p>
-</li></ul></div></div></div><div id="method-suspendEvents" class="member inherited"><a href="Ext.ProgressBar.html#method-suspendEvents" rel="method-suspendEvents" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-suspendEvents" class="viewSource">view source</a></div><a name="suspendEvents"></a><a name="method-suspendEvents"></a><a href="Ext.ProgressBar.html#" rel="method-suspendEvents" class="cls expand">suspendEvents</a>(
-<span class="pre">Boolean queueSuspended</span>)
- : void</div><div class="description"><div class="short"><p>Suspend the firing of all events. (see <a href="Ext.ProgressBar.html#resumeEvents" rel="Ext.ProgressBar#resumeEvents" class="docClass">resumeEvents</a>)</p>
-</div><div class="long"><p>Suspend the firing of all events. (see <a href="Ext.ProgressBar.html#resumeEvents" rel="Ext.ProgressBar#resumeEvents" class="docClass">resumeEvents</a>)</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">queueSuspended</span> : Boolean<div class="sub-desc"><p>Pass as true to queue up suspended events to be fired
-after the <a href="Ext.ProgressBar.html#resumeEvents" rel="Ext.ProgressBar#resumeEvents" class="docClass">resumeEvents</a> call instead of discarding all suspended events;</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-syncFx" class="member inherited"><a href="Ext.ProgressBar.html#method-syncFx" rel="method-syncFx" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Animate.html" class="definedIn docClass">Ext.util.Animate</a><br/><a href="../source/Animate.html#Ext-util.Animate-method-syncFx" class="viewSource">view source</a></div><a name="syncFx"></a><a name="method-syncFx"></a><a href="Ext.ProgressBar.html#" rel="method-syncFx" class="cls expand">syncFx</a> : Ext.core.Element</div><div class="description"><div class="short">Ensures that all effects queued after syncFx is called on this object are
-run concurrently.  This is the opposite of ...</div><div class="long"><p>Ensures that all effects queued after syncFx is called on this object are
-run concurrently.  This is the opposite of <a href="Ext.ProgressBar.html#sequenceFx" rel="Ext.ProgressBar#sequenceFx" class="docClass">sequenceFx</a>.</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.core.Element</span>&nbsp; &nbsp;<p>The Element</p>
-</li></ul></div></div></div><div id="method-toBack" class="member inherited"><a href="Ext.ProgressBar.html#method-toBack" rel="method-toBack" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Floating.html" class="definedIn docClass">Ext.util.Floating</a><br/><a href="../source/Floating.html#Ext-util.Floating-method-toBack" class="viewSource">view source</a></div><a name="toBack"></a><a name="method-toBack"></a><a href="Ext.ProgressBar.html#" rel="method-toBack" class="cls expand">toBack</a> : Component</div><div class="description"><div class="short"><p>Sends this Component to the back of (lower z-index than) any other visible windows</p>
-</div><div class="long"><p>Sends this Component to the back of (lower z-index than) any other visible windows</p>
-<h3 class="pa">Returns</h3><ul><li><span class="pre">Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-toFront" class="member inherited"><a href="Ext.ProgressBar.html#method-toFront" rel="method-toFront" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Floating.html" class="definedIn docClass">Ext.util.Floating</a><br/><a href="../source/Floating.html#Ext-util.Floating-method-toFront" class="viewSource">view source</a></div><a name="toFront"></a><a name="method-toFront"></a><a href="Ext.ProgressBar.html#" rel="method-toFront" class="cls expand">toFront</a>(
-<span class="pre">[Boolean preventFocus]</span>)
- : Component</div><div class="description"><div class="short">Brings this floating Component to the front of any other visible, floating Components managed by the same ZIndexManag...</div><div class="long"><p>Brings this floating Component to the front of any other visible, floating Components managed by the same <a href="Ext.ZIndexManager.html" rel="Ext.ZIndexManager" class="docClass">ZIndexManager</a></p>
-
-
-<p>If this Component is modal, inserts the modal mask just below this Component in the z-index stack.</p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">preventFocus</span> : Boolean<div class="sub-desc"><p>(optional) Specify <code>true</code> to prevent the Component from being focused.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-un" class="member inherited"><a href="Ext.ProgressBar.html#method-un" rel="method-un" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.util.Observable.html" class="definedIn docClass">Ext.util.Observable</a><br/><a href="../source/Observable.html#Ext-util.Observable-method-un" class="viewSource">view source</a></div><a name="un"></a><a name="method-un"></a><a href="Ext.ProgressBar.html#" rel="method-un" class="cls expand">un</a>(
-<span class="pre">String eventName, Function handler, [Object scope]</span>)
- : void</div><div class="description"><div class="short"><p>Removes an event handler (shorthand for <a href="Ext.ProgressBar.html#removeListener" rel="Ext.ProgressBar#removeListener" class="docClass">removeListener</a>.)</p>
-</div><div class="long"><p>Removes an event handler (shorthand for <a href="Ext.ProgressBar.html#removeListener" rel="Ext.ProgressBar#removeListener" class="docClass">removeListener</a>.)</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">eventName</span> : String<div class="sub-desc"><p>The type of event the handler was associated with.</p>
-</div></li><li><span class="pre">handler</span> : Function<div class="sub-desc"><p>The handler to remove. <b>This must be a reference to the function passed into the <a href="Ext.ProgressBar.html#addListener" rel="Ext.ProgressBar#addListener" class="docClass">addListener</a> call.</b></p>
-</div></li><li><span class="pre">scope</span> : Object<div class="sub-desc"><p>(optional) The scope originally specified for the handler.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-up" class="member inherited"><a href="Ext.ProgressBar.html#method-up" rel="method-up" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-up" class="viewSource">view source</a></div><a name="up"></a><a name="method-up"></a><a href="Ext.ProgressBar.html#" rel="method-up" class="cls expand">up</a>(
-<span class="pre">String selector</span>)
- : Container</div><div class="description"><div class="short">Walks up the ownerCt axis looking for an ancestor Container which matches
-the passed simple selector.
-
-
-Example:
-var ...</div><div class="long"><p>Walks up the <code>ownerCt</code> axis looking for an ancestor Container which matches
-the passed simple selector.</p>
-
-
-<p>Example:
-<pre><code>var owningTabPanel = grid.up('tabpanel');
-</code></pre>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">selector</span> : String<div class="sub-desc"><p>Optional. The simple selector to test.</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Container</span>&nbsp; &nbsp;<p>The matching ancestor Container (or <code>undefined</code> if no match was found).</p>
-</li></ul></div></div></div><div id="method-update" class="member inherited"><a href="Ext.ProgressBar.html#method-update" rel="method-update" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-method-update" class="viewSource">view source</a></div><a name="update"></a><a name="method-update"></a><a href="Ext.ProgressBar.html#" rel="method-update" class="cls expand">update</a>(
-<span class="pre">Mixed htmlOrData, [Boolean loadScripts], [Function callback]</span>)
- : void</div><div class="description"><div class="short"><p>Update the content area of a component.</p>
-</div><div class="long"><p>Update the content area of a component.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">htmlOrData</span> : Mixed<div class="sub-desc"><p>If this component has been configured with a template via the tpl config
-then it will use this argument as data to populate the template.
-If this component was not configured with a template, the components
-content area will be updated via <a href="Ext.core.Element.html" rel="Ext.core.Element" class="docClass">Ext.core.Element</a> update</p>
-</div></li><li><span class="pre">loadScripts</span> : Boolean<div class="sub-desc"><p>(optional) Only legitimate when using the html configuration. Defaults to false</p>
-</div></li><li><span class="pre">callback</span> : Function<div class="sub-desc"><p>(optional) Only legitimate when using the html configuration. Callback to execute when scripts have finished loading</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">void</span>&nbsp; &nbsp;
-</li></ul></div></div></div><div id="method-updateBox" class="member inherited"><a href="Ext.ProgressBar.html#method-updateBox" rel="method-updateBox" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.Component.html" class="definedIn docClass">Ext.Component</a><br/><a href="../source/Component.html#Ext-Component-method-updateBox" class="viewSource">view source</a></div><a name="updateBox"></a><a name="method-updateBox"></a><a href="Ext.ProgressBar.html#" rel="method-updateBox" class="cls expand">updateBox</a>(
-<span class="pre">Object box</span>)
- : Ext.Component</div><div class="description"><div class="short"><p>Sets the current box measurements of the component's underlying element.</p>
-</div><div class="long"><p>Sets the current box measurements of the component's underlying element.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">box</span> : Object<div class="sub-desc"><p>An object in the format {x, y, width, height}</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.Component</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-updateProgress" class="member ni"><a href="Ext.ProgressBar.html#method-updateProgress" rel="method-updateProgress" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-method-updateProgress" class="viewSource">view source</a></div><a name="updateProgress"></a><a name="method-updateProgress"></a><a href="Ext.ProgressBar.html#" rel="method-updateProgress" class="cls expand">updateProgress</a>(
-<span class="pre">[Float value], [String text], [Boolean animate]</span>)
- : Ext.ProgressBar</div><div class="description"><div class="short">Updates the progress bar value, and optionally its text.  If the text argument is not specified,
-any existing text va...</div><div class="long"><p>Updates the progress bar value, and optionally its text.  If the text argument is not specified,
-any existing text value will be unchanged.  To blank out existing text, pass ''.  Note that even
-if the progress bar value exceeds 1, it will never automatically reset -- you are responsible for
-determining when the progress is complete and calling <a href="Ext.ProgressBar.html#reset" rel="Ext.ProgressBar#reset" class="docClass">reset</a> to clear and/or hide the control.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">value</span> : Float<div class="sub-desc"><p>(optional) A floating point value between 0 and 1 (e.g., .5, defaults to 0)</p>
-</div></li><li><span class="pre">text</span> : String<div class="sub-desc"><p>(optional) The string to display in the progress text element (defaults to '')</p>
-</div></li><li><span class="pre">animate</span> : Boolean<div class="sub-desc"><p>(optional) Whether to animate the transition of the progress bar. If this value is
-not specified, the default for the class is used (default to false)</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.ProgressBar</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-updateText" class="member ni"><a href="Ext.ProgressBar.html#method-updateText" rel="method-updateText" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-method-updateText" class="viewSource">view source</a></div><a name="updateText"></a><a name="method-updateText"></a><a href="Ext.ProgressBar.html#" rel="method-updateText" class="cls expand">updateText</a>(
-<span class="pre">[String text]</span>)
- : Ext.ProgressBar</div><div class="description"><div class="short">Updates the progress bar text.  If specified, textEl will be updated, otherwise the progress
-bar itself will display ...</div><div class="long"><p>Updates the progress bar text.  If specified, textEl will be updated, otherwise the progress
-bar itself will display the updated text.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">text</span> : String<div class="sub-desc"><p>(optional) The string to display in the progress text element (defaults to '')</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.ProgressBar</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div><div id="method-wait" class="member ni"><a href="Ext.ProgressBar.html#method-wait" rel="method-wait" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-method-wait" class="viewSource">view source</a></div><a name="wait"></a><a name="method-wait"></a><a href="Ext.ProgressBar.html#" rel="method-wait" class="cls expand">wait</a>(
-<span class="pre">[Object config]</span>)
- : Ext.ProgressBar</div><div class="description"><div class="short">Initiates an auto-updating progress bar.  A duration can be specified, in which case the progress
-bar will automatica...</div><div class="long"><p>Initiates an auto-updating progress bar.  A duration can be specified, in which case the progress
-bar will automatically reset after a fixed amount of time and optionally call a callback function
-if specified.  If no duration is passed in, then the progress bar will run indefinitely and must
-be manually cleared by calling <a href="Ext.ProgressBar.html#reset" rel="Ext.ProgressBar#reset" class="docClass">reset</a>.  The wait method accepts a config object with
-the following properties:</p>
-
-<pre>    Property   Type          Description
-    ---------- ------------  ----------------------------------------------------------------------
-    duration   Number        The length of time in milliseconds that the progress bar should
-                             run before resetting itself (defaults to undefined, in which case it
-                             will run indefinitely until reset is called)
-    interval   Number        The length of time in milliseconds between each progress update
-                             (defaults to 1000 ms)
-    animate    Boolean       Whether to animate the transition of the progress bar. If this value is
-                             not specified, the default for the class is used.
-    increment  Number        The number of progress update segments to display within the progress
-                             bar (defaults to 10).  If the bar reaches the end and is still
-                             updating, it will automatically wrap back to the beginning.
-    text       String        Optional text to display in the progress bar element (defaults to '').
-    fn         Function      A callback function to execute after the progress bar finishes auto-
-                             updating.  The function will be called with no arguments.  This function
-                             will be ignored if duration is not specified since in that case the
-                             progress bar can only be stopped programmatically, so any required function
-                             should be called by the same code after it resets the progress bar.
-    scope      Object        The scope that is passed to the callback function (only applies when
-                             duration and fn are both passed).
-    </pre>
-
-
-<p>Example usage:</p>
-
-<pre><code>    var p = new Ext.ProgressBar({
-       renderTo: 'my-el'
-    });
-
-    //Wait for 5 seconds, then update the status el (progress bar will auto-reset)
-    var p = Ext.create('Ext.ProgressBar', {
-       renderTo: Ext.getBody(),
-       width: 300
-    });
-
-    //Wait for 5 seconds, then update the status el (progress bar will auto-reset)
-    p.wait({
-       interval: 500, //bar will move fast!
-       duration: 50000,
-       increment: 15,
-       text: 'Updating...',
-       scope: this,
-       fn: function(){
-          p.updateText('Done!');
-       }
-    });
-
-    //Or update indefinitely until some async action completes, then reset manually
-    p.wait();
-    myAction.on('complete', function(){
-        p.reset();
-        p.updateText('Done!');
-    });
-    </code></pre>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">config</span> : Object<div class="sub-desc"><p>(optional) Configuration options</p>
-</div></li></ul><h3 class="pa">Returns</h3><ul><li><span class="pre">Ext.ProgressBar</span>&nbsp; &nbsp;<p>this</p>
-</li></ul></div></div></div></div><div class="m-events"><a name="events"></a><div class="definedBy">Defined By</div><h3 class="evt p">Events</h3><div id="event-activate" class="member f inherited"><a href="Ext.ProgressBar.html#event-activate" rel="event-activate" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-activate" class="viewSource">view source</a></div><a name="activate"></a><a name="event-activate"></a><a href="Ext.ProgressBar.html#" rel="event-activate" class="cls expand">activate</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires after a Component has been visually activated.</p>
-</div><div class="long"><p>Fires after a Component has been visually activated.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-added" class="member inherited"><a href="Ext.ProgressBar.html#event-added" rel="event-added" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-added" class="viewSource">view source</a></div><a name="added"></a><a name="event-added"></a><a href="Ext.ProgressBar.html#" rel="event-added" class="cls expand">added</a>(
-<span class="pre">Ext.Component this, Ext.container.Container container, Number pos</span>)
-</div><div class="description"><div class="short"><p>Fires after a Component had been added to a Container.</p>
-</div><div class="long"><p>Fires after a Component had been added to a Container.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li><li><span class="pre">container</span> : Ext.container.Container<div class="sub-desc"><p>Parent Container</p>
-</div></li><li><span class="pre">pos</span> : Number<div class="sub-desc"><p>position of Component</p>
-</div></li></ul></div></div></div><div id="event-afterrender" class="member inherited"><a href="Ext.ProgressBar.html#event-afterrender" rel="event-afterrender" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-afterrender" class="viewSource">view source</a></div><a name="afterrender"></a><a name="event-afterrender"></a><a href="Ext.ProgressBar.html#" rel="event-afterrender" class="cls expand">afterrender</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short">Fires after the component rendering is finished.
-
-
-The afterrender event is fired after this Component has been rende...</div><div class="long"><p>Fires after the component rendering is finished.</p>
-
-
-<p>The afterrender event is fired after this Component has been <a href="Ext.ProgressBar.html#rendered" rel="Ext.ProgressBar#rendered" class="docClass">rendered</a>, been postprocesed
-by any afterRender method defined for the Component.</p>
-
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-beforeactivate" class="member inherited"><a href="Ext.ProgressBar.html#event-beforeactivate" rel="event-beforeactivate" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-beforeactivate" class="viewSource">view source</a></div><a name="beforeactivate"></a><a name="event-beforeactivate"></a><a href="Ext.ProgressBar.html#" rel="event-beforeactivate" class="cls expand">beforeactivate</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short">Fires before a Component has been visually activated.
-Returning false from an event listener can prevent the activate...</div><div class="long"><p>Fires before a Component has been visually activated.
-Returning false from an event listener can prevent the activate
-from occurring.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-beforedeactivate" class="member inherited"><a href="Ext.ProgressBar.html#event-beforedeactivate" rel="event-beforedeactivate" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-beforedeactivate" class="viewSource">view source</a></div><a name="beforedeactivate"></a><a name="event-beforedeactivate"></a><a href="Ext.ProgressBar.html#" rel="event-beforedeactivate" class="cls expand">beforedeactivate</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short">Fires before a Component has been visually deactivated.
-Returning false from an event listener can prevent the deacti...</div><div class="long"><p>Fires before a Component has been visually deactivated.
-Returning false from an event listener can prevent the deactivate
-from occurring.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-beforedestroy" class="member inherited"><a href="Ext.ProgressBar.html#event-beforedestroy" rel="event-beforedestroy" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-beforedestroy" class="viewSource">view source</a></div><a name="beforedestroy"></a><a name="event-beforedestroy"></a><a href="Ext.ProgressBar.html#" rel="event-beforedestroy" class="cls expand">beforedestroy</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires before the component is <a href="Ext.ProgressBar.html#destroy" rel="Ext.ProgressBar#destroy" class="docClass">destroy</a>ed. Return false from an event handler to stop the <a href="Ext.ProgressBar.html#destroy" rel="Ext.ProgressBar#destroy" class="docClass">destroy</a>.</p>
-</div><div class="long"><p>Fires before the component is <a href="Ext.ProgressBar.html#destroy" rel="Ext.ProgressBar#destroy" class="docClass">destroy</a>ed. Return false from an event handler to stop the <a href="Ext.ProgressBar.html#destroy" rel="Ext.ProgressBar#destroy" class="docClass">destroy</a>.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-beforehide" class="member inherited"><a href="Ext.ProgressBar.html#event-beforehide" rel="event-beforehide" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-beforehide" class="viewSource">view source</a></div><a name="beforehide"></a><a name="event-beforehide"></a><a href="Ext.ProgressBar.html#" rel="event-beforehide" class="cls expand">beforehide</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires before the component is hidden when calling the <a href="Ext.ProgressBar.html#hide" rel="Ext.ProgressBar#hide" class="docClass">hide</a> method.
-Return false from an event handler to stop the hide.</p>
-</div><div class="long"><p>Fires before the component is hidden when calling the <a href="Ext.ProgressBar.html#hide" rel="Ext.ProgressBar#hide" class="docClass">hide</a> method.
-Return false from an event handler to stop the hide.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-beforerender" class="member inherited"><a href="Ext.ProgressBar.html#event-beforerender" rel="event-beforerender" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-beforerender" class="viewSource">view source</a></div><a name="beforerender"></a><a name="event-beforerender"></a><a href="Ext.ProgressBar.html#" rel="event-beforerender" class="cls expand">beforerender</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires before the component is <a href="Ext.ProgressBar.html#rendered" rel="Ext.ProgressBar#rendered" class="docClass">rendered</a>. Return false from an
-event handler to stop the <a href="Ext.ProgressBar.html#render" rel="Ext.ProgressBar#render" class="docClass">render</a>.</p>
-</div><div class="long"><p>Fires before the component is <a href="Ext.ProgressBar.html#rendered" rel="Ext.ProgressBar#rendered" class="docClass">rendered</a>. Return false from an
-event handler to stop the <a href="Ext.ProgressBar.html#render" rel="Ext.ProgressBar#render" class="docClass">render</a>.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-beforeshow" class="member inherited"><a href="Ext.ProgressBar.html#event-beforeshow" rel="event-beforeshow" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-beforeshow" class="viewSource">view source</a></div><a name="beforeshow"></a><a name="event-beforeshow"></a><a href="Ext.ProgressBar.html#" rel="event-beforeshow" class="cls expand">beforeshow</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires before the component is shown when calling the <a href="Ext.ProgressBar.html#show" rel="Ext.ProgressBar#show" class="docClass">show</a> method.
-Return false from an event handler to stop the show.</p>
-</div><div class="long"><p>Fires before the component is shown when calling the <a href="Ext.ProgressBar.html#show" rel="Ext.ProgressBar#show" class="docClass">show</a> method.
-Return false from an event handler to stop the show.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-beforestaterestore" class="member inherited"><a href="Ext.ProgressBar.html#event-beforestaterestore" rel="event-beforestaterestore" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-event-beforestaterestore" class="viewSource">view source</a></div><a name="beforestaterestore"></a><a name="event-beforestaterestore"></a><a href="Ext.ProgressBar.html#" rel="event-beforestaterestore" class="cls expand">beforestaterestore</a>(
-<span class="pre">Ext.state.Stateful this, Object state</span>)
-</div><div class="description"><div class="short"><p>Fires before the state of the object is restored. Return false from an event handler to stop the restore.</p>
-</div><div class="long"><p>Fires before the state of the object is restored. Return false from an event handler to stop the restore.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.state.Stateful<div class="sub-desc">
-</div></li><li><span class="pre">state</span> : Object<div class="sub-desc"><p>The hash of state values returned from the StateProvider. If this
-event is not vetoed, then the state object is passed to <b><tt>applyState</tt></b>. By default,
-that simply copies property values into this object. The method maybe overriden to
-provide custom state restoration.</p>
-</div></li></ul></div></div></div><div id="event-beforestatesave" class="member inherited"><a href="Ext.ProgressBar.html#event-beforestatesave" rel="event-beforestatesave" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-event-beforestatesave" class="viewSource">view source</a></div><a name="beforestatesave"></a><a name="event-beforestatesave"></a><a href="Ext.ProgressBar.html#" rel="event-beforestatesave" class="cls expand">beforestatesave</a>(
-<span class="pre">Ext.state.Stateful this, Object state</span>)
-</div><div class="description"><div class="short"><p>Fires before the state of the object is saved to the configured state provider. Return false to stop the save.</p>
-</div><div class="long"><p>Fires before the state of the object is saved to the configured state provider. Return false to stop the save.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.state.Stateful<div class="sub-desc">
-</div></li><li><span class="pre">state</span> : Object<div class="sub-desc"><p>The hash of state values. This is determined by calling
-<b><tt>getState()</tt></b> on the object. This method must be provided by the
-developer to return whetever representation of state is required, by default, <a href="Ext.state.Stateful.html" rel="Ext.state.Stateful" class="docClass">Ext.state.Stateful</a>
-has a null implementation.</p>
-</div></li></ul></div></div></div><div id="event-deactivate" class="member inherited"><a href="Ext.ProgressBar.html#event-deactivate" rel="event-deactivate" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-deactivate" class="viewSource">view source</a></div><a name="deactivate"></a><a name="event-deactivate"></a><a href="Ext.ProgressBar.html#" rel="event-deactivate" class="cls expand">deactivate</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires after a Component has been visually deactivated.</p>
-</div><div class="long"><p>Fires after a Component has been visually deactivated.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-destroy" class="member inherited"><a href="Ext.ProgressBar.html#event-destroy" rel="event-destroy" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-destroy" class="viewSource">view source</a></div><a name="destroy"></a><a name="event-destroy"></a><a href="Ext.ProgressBar.html#" rel="event-destroy" class="cls expand">destroy</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires after the component is <a href="Ext.ProgressBar.html#destroy" rel="Ext.ProgressBar#destroy" class="docClass">destroy</a>ed.</p>
-</div><div class="long"><p>Fires after the component is <a href="Ext.ProgressBar.html#destroy" rel="Ext.ProgressBar#destroy" class="docClass">destroy</a>ed.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-disable" class="member inherited"><a href="Ext.ProgressBar.html#event-disable" rel="event-disable" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-disable" class="viewSource">view source</a></div><a name="disable"></a><a name="event-disable"></a><a href="Ext.ProgressBar.html#" rel="event-disable" class="cls expand">disable</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires after the component is disabled.</p>
-</div><div class="long"><p>Fires after the component is disabled.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-enable" class="member inherited"><a href="Ext.ProgressBar.html#event-enable" rel="event-enable" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-enable" class="viewSource">view source</a></div><a name="enable"></a><a name="event-enable"></a><a href="Ext.ProgressBar.html#" rel="event-enable" class="cls expand">enable</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires after the component is enabled.</p>
-</div><div class="long"><p>Fires after the component is enabled.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-hide" class="member inherited"><a href="Ext.ProgressBar.html#event-hide" rel="event-hide" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-hide" class="viewSource">view source</a></div><a name="hide"></a><a name="event-hide"></a><a href="Ext.ProgressBar.html#" rel="event-hide" class="cls expand">hide</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires after the component is hidden.
-Fires after the component is hidden when calling the <a href="Ext.ProgressBar.html#hide" rel="Ext.ProgressBar#hide" class="docClass">hide</a> method.</p>
-</div><div class="long"><p>Fires after the component is hidden.
-Fires after the component is hidden when calling the <a href="Ext.ProgressBar.html#hide" rel="Ext.ProgressBar#hide" class="docClass">hide</a> method.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-move" class="member inherited"><a href="Ext.ProgressBar.html#event-move" rel="event-move" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-move" class="viewSource">view source</a></div><a name="move"></a><a name="event-move"></a><a href="Ext.ProgressBar.html#" rel="event-move" class="cls expand">move</a>(
-<span class="pre">Ext.Component this, Number x, Number y</span>)
-</div><div class="description"><div class="short"><p>Fires after the component is moved.</p>
-</div><div class="long"><p>Fires after the component is moved.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li><li><span class="pre">x</span> : Number<div class="sub-desc"><p>The new x position</p>
-</div></li><li><span class="pre">y</span> : Number<div class="sub-desc"><p>The new y position</p>
-</div></li></ul></div></div></div><div id="event-removed" class="member inherited"><a href="Ext.ProgressBar.html#event-removed" rel="event-removed" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-removed" class="viewSource">view source</a></div><a name="removed"></a><a name="event-removed"></a><a href="Ext.ProgressBar.html#" rel="event-removed" class="cls expand">removed</a>(
-<span class="pre">Ext.Component this, Ext.container.Container ownerCt</span>)
-</div><div class="description"><div class="short"><p>Fires when a component is removed from an Ext.container.Container</p>
-</div><div class="long"><p>Fires when a component is removed from an Ext.container.Container</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li><li><span class="pre">ownerCt</span> : Ext.container.Container<div class="sub-desc"><p>Container which holds the component</p>
-</div></li></ul></div></div></div><div id="event-render" class="member inherited"><a href="Ext.ProgressBar.html#event-render" rel="event-render" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-render" class="viewSource">view source</a></div><a name="render"></a><a name="event-render"></a><a href="Ext.ProgressBar.html#" rel="event-render" class="cls expand">render</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires after the component markup is <a href="Ext.ProgressBar.html#rendered" rel="Ext.ProgressBar#rendered" class="docClass">rendered</a>.</p>
-</div><div class="long"><p>Fires after the component markup is <a href="Ext.ProgressBar.html#rendered" rel="Ext.ProgressBar#rendered" class="docClass">rendered</a>.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-resize" class="member inherited"><a href="Ext.ProgressBar.html#event-resize" rel="event-resize" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-resize" class="viewSource">view source</a></div><a name="resize"></a><a name="event-resize"></a><a href="Ext.ProgressBar.html#" rel="event-resize" class="cls expand">resize</a>(
-<span class="pre">Ext.Component this, Number adjWidth, Number adjHeight</span>)
-</div><div class="description"><div class="short"><p>Fires after the component is resized.</p>
-</div><div class="long"><p>Fires after the component is resized.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li><li><span class="pre">adjWidth</span> : Number<div class="sub-desc"><p>The box-adjusted width that was set</p>
-</div></li><li><span class="pre">adjHeight</span> : Number<div class="sub-desc"><p>The box-adjusted height that was set</p>
-</div></li></ul></div></div></div><div id="event-show" class="member inherited"><a href="Ext.ProgressBar.html#event-show" rel="event-show" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.AbstractComponent.html" class="definedIn docClass">Ext.AbstractComponent</a><br/><a href="../source/AbstractComponent.html#Ext-AbstractComponent-event-show" class="viewSource">view source</a></div><a name="show"></a><a name="event-show"></a><a href="Ext.ProgressBar.html#" rel="event-show" class="cls expand">show</a>(
-<span class="pre">Ext.Component this</span>)
-</div><div class="description"><div class="short"><p>Fires after the component is shown when calling the <a href="Ext.ProgressBar.html#show" rel="Ext.ProgressBar#show" class="docClass">show</a> method.</p>
-</div><div class="long"><p>Fires after the component is shown when calling the <a href="Ext.ProgressBar.html#show" rel="Ext.ProgressBar#show" class="docClass">show</a> method.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.Component<div class="sub-desc">
-</div></li></ul></div></div></div><div id="event-staterestore" class="member inherited"><a href="Ext.ProgressBar.html#event-staterestore" rel="event-staterestore" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-event-staterestore" class="viewSource">view source</a></div><a name="staterestore"></a><a name="event-staterestore"></a><a href="Ext.ProgressBar.html#" rel="event-staterestore" class="cls expand">staterestore</a>(
-<span class="pre">Ext.state.Stateful this, Object state</span>)
-</div><div class="description"><div class="short"><p>Fires after the state of the object is restored.</p>
-</div><div class="long"><p>Fires after the state of the object is restored.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.state.Stateful<div class="sub-desc">
-</div></li><li><span class="pre">state</span> : Object<div class="sub-desc"><p>The hash of state values returned from the StateProvider. This is passed
-to <b><tt>applyState</tt></b>. By default, that simply copies property values into this
-object. The method maybe overriden to provide custom state restoration.</p>
-</div></li></ul></div></div></div><div id="event-statesave" class="member inherited"><a href="Ext.ProgressBar.html#event-statesave" rel="event-statesave" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.state.Stateful.html" class="definedIn docClass">Ext.state.Stateful</a><br/><a href="../source/Stateful.html#Ext-state.Stateful-event-statesave" class="viewSource">view source</a></div><a name="statesave"></a><a name="event-statesave"></a><a href="Ext.ProgressBar.html#" rel="event-statesave" class="cls expand">statesave</a>(
-<span class="pre">Ext.state.Stateful this, Object state</span>)
-</div><div class="description"><div class="short"><p>Fires after the state of the object is saved to the configured state provider.</p>
-</div><div class="long"><p>Fires after the state of the object is saved to the configured state provider.</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.state.Stateful<div class="sub-desc">
-</div></li><li><span class="pre">state</span> : Object<div class="sub-desc"><p>The hash of state values. This is determined by calling
-<b><tt>getState()</tt></b> on the object. This method must be provided by the
-developer to return whetever representation of state is required, by default, <a href="Ext.state.Stateful.html" rel="Ext.state.Stateful" class="docClass">Ext.state.Stateful</a>
-has a null implementation.</p>
-</div></li></ul></div></div></div><div id="event-update" class="member ni"><a href="Ext.ProgressBar.html#event-update" rel="event-update" class="expand more ar"><span>&nbsp;</span></a><div class="title"><div class="meta"><a href="Ext.ProgressBar.html" class="definedIn docClass">Ext.ProgressBar</a><br/><a href="../source/ProgressBar2.html#Ext-ProgressBar-event-update" class="viewSource">view source</a></div><a name="update"></a><a name="event-update"></a><a href="Ext.ProgressBar.html#" rel="event-update" class="cls expand">update</a>(
-<span class="pre">Ext.ProgressBar this, Number The, String The</span>)
-</div><div class="description"><div class="short"><p>Fires after each update interval</p>
-</div><div class="long"><p>Fires after each update interval</p>
-<h3 class="pa">Parameters</h3><ul><li><span class="pre">this</span> : Ext.ProgressBar<div class="sub-desc">
-</div></li><li><span class="pre">The</span> : Number<div class="sub-desc"><p>current progress value</p>
-</div></li><li><span class="pre">The</span> : String<div class="sub-desc"><p>current progress text</p>
-</div></li></ul></div></div></div></div></div></div></div><div id="pageContent"></div></div></div></div></body></html>
\ No newline at end of file