Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getNode
getParentView
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
mapEvent
queryView
refresh
resize
setValue
show
unbind
unblockEvent
Start
API Reference
ui.gage
Methods
refresh
repaints the widget with a new config
void
refresh
();
Example
$$
(
"g1"
)
.
config
.
label
=
"Speed"
;
$$
(
"g1"
)
.
refresh
(
)
;
Back to top