Widgets
Samples
Demos
Forum
Services
Documentation
adjust
bind
define
destructor
disable
enable
focus
getBody
getChildViews
getFormView
getNode
getParentView
getTopParentView
getValue
hide
isEnabled
isVisible
queryView
resize
resizeChildren
setBottomText
setValue
show
unbind
Start
API Reference
ui.forminput
Methods
setBottomText
adds custom text at the bottom of the FormInput control
void
setBottomText
(
string
text
);
text
string
the text to be added at the bottom of the control
Example
$$
(
"$forminput1"
)
.
setBottomText
(
"mytext"
)
;
Back to top