Expand all

ve.ui.ProgressDialog

Extends

Constructor

new ve.ui.ProgressDialog([config]) #

Dialog for showing operations in progress.

Parameters:

Name Type Attributes Description
config Object optional

Configuration options

Source:
Dialog for showing operations in progress.

Methods

getActionProcess() #

getSetupProcess() #

progressComplete($row, failed) #

Progress has completed for an item

Parameters:

Name Type Description
$row jQuery

Row containing progress bar which has completed

failed boolean

The item failed

Source:
Progress has completed for an item