Class: GlobalProgress

WinJSContrib.UI. GlobalProgress

Control for displaying a global progress indicator. The global progress takes care of keeping count of show and hide calls, and it will hide it only when matching

new GlobalProgress(element, options)

Parameters:
Name Type Description
element HTMLElement

DOM element containing the control

options Object
Properties:
Name Type Description
throttlingDelay number
Source:

Methods

hide(force)

hide progress indicator

Parameters:
Name Type Argument Description
force boolean <optional>

force hiding progress indicator and reset calls count

Source:

show(timeout)

show progress after the throttling delay

Parameters:
Name Type Argument Description
timeout number <optional>

custom throttling delay

Source:

showNow()

show progress immediately

Source: