This is the class for creating a QuiX Progress Bar.
| QuiX XML | <qx:progressbar xmlns:qx="http://www.innoscript.org/quix" width="200" height="20" id="prBar" maxvalue="150"> </qx:progressbar> |
|---|---|
| JavaScript | var pb = new ProgressBar({width:200, height:20, id='prBar'}); |