X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.ProgressBar.html diff --git a/docs/output/Ext.ProgressBar.html b/docs/output/Ext.ProgressBar.html index ea83a31c..a3102ed4 100644 --- a/docs/output/Ext.ProgressBar.html +++ b/docs/output/Ext.ProgressBar.html @@ -1,283 +1,240 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    BoxComponent
-      ProgressBar
-

Class Ext.ProgressBar

- - - - - -
Package:Ext
Defined In:ProgressBar.js
Class:ProgressBar
Extends:BoxComponent
-
- * -

An updateable progress bar component. The progress bar supports two different modes: manual and automatic.

-

In manual mode, you are responsible for showing, updating (via updateProgress) and clearing the +

Observable
  Component
    BoxComponent
      ProgressBar

Class Ext.ProgressBar

Package:Ext
Defined In:ProgressBar.js
Class:ProgressBar
Extends:BoxComponent

An updateable progress bar component. The progress bar supports two different modes: manual and automatic.

+

In manual mode, you are responsible for showing, updating (via updateProgress) 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.

-

In automatic mode, you simply call wait and let the progress bar run indefinitely, only clearing it +

In automatic mode, you simply call wait 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.

- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - allowDomMove : Boolean
- Whether the component can move the Dom node when rendering (defaults to true).
-
Component
  - - animate : Boolean
- True to animate the progress bar during transitions (defaults to false)
-
ProgressBar
  - - baseCls : String
- The base CSS class to apply to the progress bar's wrapper element (defaults to 'x-progress')
-
ProgressBar
  - - disabled : Boolean
- Render this component disabled (default is false).
-
Component
  - - disabledClass : String
- CSS class added to the component when it is disabled (defaults to "x-item-disabled").
-
Component

Public Events

EventDefined By
\ No newline at end of file