ProgressBar
@Js
class ProgressBar : Elem
ProgressBar visualizes progress of a long running operation
See also: docDomkit
Current progress value
Min progress value
Max progress value
Callback to get progress bar text when val is modified
Callback to get progress bar color (as CSS color value) when val is modified
new make(|This|? f)
Int : max
Max progress value.
Int : min
Min progress value.
Void onBarColor(|ProgressBar->Str| f)
Callback to get progress bar color (as CSS color value) when val is modified.
Void onText(|ProgressBar->Str| f)
Callback to get progress bar text when val is modified.
Int : val
Current progress value.