Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
blur
callEvent
define
destructor
detachEvent
disable
enable
focus
getChildViews
getFormView
getInputNode
getNode
getParentView
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
mapEvent
queryView
refresh
render
resize
setBottomText
setValue
setValueHere
show
sync
unbind
unblockEvent
validate
Start
API Reference
ui.slider
Methods
setValueHere
sets a new value for the component
void
setValueHere
(
string|number
value
);
value
string|number
value for the field
Example
slider.
setValueHere
(
"New value"
)
;
Details
Analogous to
setValue
method.
See also
API
setValue
getValue
Articles
Text
Back to top