Gauge
THIS ARTICLE IS READY FOR REVIEW!!!
Gauge widget is a graphical horizontal bar displaying its current value. Changing the value itself results in a simple way to display a Progress Indicator. As with most AT widgets value binding is the preferred way to change its value.
File /widgets/gauge/Snippet.tpl
{@aria:Gauge {
minValue : -100,
maxValue : 100,
bind : {
"currentValue" : {
inside : data.widgets,
to : gaugeCurrentValue
}
}
The whole list of configuration parameters is available in GaugeCfg bean.
