Widgets
Samples
Demos
Forum
Services
Documentation
addView
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getNode
getParentView
getTopParentView
hasEvent
hide
index
isEnabled
isVisible
mapEvent
queryView
reconstruct
removeView
resize
resizeChildren
restore
serialize
show
showBatch
unbind
unblockEvent
Start
API Reference
ui.layout
Methods
restore
restores the saved state of a layout
void
restore
(
object
state
,
function
factory
, [
boolean
configOnly
] );
state
object
a state object
factory
function
a function that implements the logic of creating inner layout views
configOnly
boolean
set to *true* to restore a serialized structure without rendering
Example
$$
(
"layout"
)
.
restore
(
state
,
factory
,
configOnly
)
;
See also
API
serialize
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
Go to Forum