restore

restores the saved state of a portlet

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

Example

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

Related samples

See also
  • API
  • Articles
  • Back to top