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.text
Methods
setBottomText
sets the input label at the bottom of it
void
setBottomText
(
string
text
);
text
string
the text of input label
Example
$$
(
'text'
)
.
setBottomText
(
text
)
;
Back to top