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
resizeChildren
resizes all children of the control
void
resizeChildren
();
Example
$$
(
'myforminput'
)
.
resizeChildren
(
)
;
See also
Articles
Resizing Components
Back to top