Widgets
Samples
Demos
Forum
Services
Documentation
addOption
adjust
attachEvent
bind
blockEvent
blur
callEvent
define
destructor
detachEvent
disable
disableOption
enable
enableOption
focus
getChildViews
getFormView
getInputNode
getNode
getOption
getParentView
getTopParentView
getValue
hasEvent
hide
hideOption
isEnabled
isVisible
mapEvent
optionIndex
queryView
refresh
removeOption
render
resize
setBottomText
setValue
setValueHere
show
showOption
sync
unbind
unblockEvent
validate
Start
API Reference
ui.radio
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