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