-
Notifications
You must be signed in to change notification settings - Fork 0
Progressbar
NickWare edited this page Dec 27, 2021
·
1 revision
The Progressbar element HTML model:
<div id="PB1" class="Progressbar Rounded"><div class="ProgressbarIndicator"></div></div>
<div id="PB2" class="Progressbar Rounded Stripes"><div class="ProgressbarIndicator"></div></div>
JS:
// Set the Progressbar state using element ID and position value
setProgressbarPosition("PB1", 40);
setProgressbarPosition("PB2", 60);