Widgets
Samples
Demos
Forum
Services
Documentation
adjust
bind
define
destructor
disable
enable
getBody
getChildViews
getFormView
getNode
getParentView
getTopParentView
hide
isEnabled
isVisible
queryView
resize
resizeChildren
show
unbind
Start
API Reference
ui.fieldset
Methods
resizeChildren
resizes all children of the called component
void
resizeChildren
();
Example
$$
(
'myfieldset'
)
.
resizeChildren
(
)
;
See also
Articles
Resizing Components
Back to top