Samples
Forum
Support
Documentation
adjust
attachEvent
attachTo
bind
blockEvent
callEvent
close
define
destructor
detachEvent
disable
enable
getBody
getChildViews
getContext
getFormView
getHead
getNode
getParentView
getTopParentView
hasEvent
hide
isEnabled
isVisible
mapEvent
resize
resizeChildren
setPosition
show
unbind
unblockEvent
Start
API Reference
ui.context
Methods
resizeChildren
resizes all children of the calling component
void
resizeChildren
();
See also
articles
Resizing
Example
$$
(
'mylayout'
)
.
resizeChildren
(
)
;
Back to top