To Show a Continuous ProgressBar using ExtJS
Posted
by
UIDreamer
on Stack Overflow
See other posts from Stack Overflow
or by UIDreamer
Published on 2010-12-23T08:49:42Z
Indexed on
2010/12/23
8:54 UTC
Read the original article
Hit count: 264
JavaScript
|extjs
Hi,
Problem:- I need to embed a progressbar that will run continuously until the completion of the operation.
ExtJS provides a Progressbar Ext.Progressbar which will:-
a) Run Continuously using wait method
b) Run after updating the updateProgress method.
In both the cases output of the progressbar will be
The solution that i am trying for is:-
Step 1 :
Step 2 :
Step 3 :
Kindly suggest me a solution or a approach. The JavaScript library that i am using is ExtJS. Thanks in Advance.
Links Referred for the example:-
http://dev.sencha.com/deploy/dev/examples/simple-widgets/progress-bar.html
© Stack Overflow or respective owner