PropertiesMethodsEventsConfig OptionsDirect Link

Class Ext.ProgressBar

Package: Ext.grid
Defined In: .js
Class:
Extends: Ext.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 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 asymchronous operations in which you have no need for indicating intermediate progress.

@cfg {Float} value A floating point value between 0 and 1 (e.g., .5, defaults to 0) @cfg {String} text The progress bar text (defaults to '') @cfg {Mixed} textEl The element to render the progress text to (defaults to the progress bar's internal text element) @

配置项

配置项 定义者

公告属性

属性 定义者

公共方法

方法 定义者

公告事件

这个类没公共的事件。