Widgets
Samples
Demos
Forum
Services
Documentation
addView
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getNode
getParentView
getTopParentView
hasEvent
hide
index
isEnabled
isVisible
mapEvent
moveView
queryView
reconstruct
removeView
resize
resizeChildren
restore
serialize
show
showBatch
unbind
unblockEvent
Start
API Reference
ui.gridlayout
Methods
restore
restores the saved state of a gridlayout
void
restore
(
object
state
, [
function
factory
] );
state
object
a state object
factory
function
optional, a function that implements the logic of creating inner gridlayout views
Example
$$
(
"grid"
)
.
restore
(
state
,
factory
)
;
Related samples
Grid Layout API
See also
API
serialize
factory
Articles
Grid Layout
Back to top