kw.ProgressDisplayElement Class
Displays an upload progress element.
Members
id – string
The id of the control.
key – string
The key of the data value to display.
isProgressBar – boolean
Boolean that specifies whether this is a progress bar element.
kw.ProgressDisplayElement(id, progressDisplayId, key, isProgressBar)
Initializes a new instance of the ProgressDisplayElement class.
Parameters
- id (string) –
The id of the control.
- progressDisplayId (string) –
The id of the progress display associated with this ProgressDisplayElement.
- key (string) –
The key of the data value to display.
- isProgressBar (bool) –
Boolean that specifies whether this is a progress bar element.
|