Wijmo UI for the Web
cookie Field
wijmo.wizard Namespace > WijWizardOptions Interface : cookie Field

The cookie option is a value that stores the latest active index in a cookie. The cookie is then used to determine the initially active index if the activeIndex option is not defined.

Syntax
var instance; // Type: wijmo.wizard.WijWizardOptions;
var value; // Type: object
value = instance.cookie;
var cookie : object;
Example
$(".selector").wijwizard({cookie:{expires: 7, path: '/', domain:  'jquery.com';, secure: true }})
Remarks
This option requires a cookie plugin. The object needs to have key/value pairs of the form the cookie plugin expects as options.
See Also

Reference

WijWizardOptions Interface