Progress indicator.
that have this behavior applied by default (see master style sheet):
<progress /> - inline element (from HTML5) <input type=“progress” /> - inline <widget type=“progress”></widget> - block level elementthat this behavior knows about:
value=float - initial value of the input elementmaxvalue=float - maximum value of the element.N/A
type json::value::V_FLOAT, read and write.
N/A (passive element)
Draws foreground image with respect of current value. If value=100 and maxvalue=100 then foreground image covers background area in full.