restore

restores the saved state of a gridlayout

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

Example

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

Related samples

See also
Back to top