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.accordion
Methods
restore
restores the saved state of a layout
void
restore
(
object
state
, [
function
factory
] );
state
object
a state object
factory
function
optional, a function that implements the logic of creating inner layout views
Example
$$
(
"layout"
)
.
restore
(
state
,
factory
)
;
See also
API
serialize
Back to top