restore

restores the saved state of a layout

void restore(object state, [function factory] );
stateobjecta state object
factoryfunctionoptional, a function that implements the logic of creating inner layout views

Example

$$("layout").restore(state, factory);

See also
Back to top