.. _dijit/ProgressBar: dijit.ProgressBar ================= :Status: Draft :Version: 1.2 A ProgressBar gives dynamic feedback on the progress of a long-running operation. The progress can be updated by JavaScript function calls. This method works best for long-running JavaScript operations, or a series of JavaScript XHR calls to the server. Examples -------- .. cv-compound:: .. cv:: javascript .. cv:: html