Wijmo UI for the Web
WijWizardOptions Interface
wijmo.wizard Namespace : WijWizardOptions Interface
wijwizard options definition
Fields
 NameDescription
 Field

The activeIndex option defines the current selected index of the wijwizard.

 
 Field

The activeIndexChanged event handler is a function called when the activeIndex is changed.

 
 Field

The add event handler is a function called when a panel is added.

 
 Field

A value that indicates additional Ajax options to consider when loading panel content (see $.ajax).

 
 Field

The autoPlay option allows the panels to automatically display in order.

 
 Field

The backBtnText option defines the text for the wizard back button.

 
 Field

An option that determines whether to cache emote wijwizard content.

 
 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.

 
 Field

The delay option determines the time span between displaying panels in autoplay mode.

 
 Field

Determines whether the widget is disabled.

 
 Field

Type: wijmo.wizard.ShowOption

The hideOption option defines the animation effects when hiding the panel content.

 
 Field

The load event handler is a function called after the content of a remote panel has been loaded.

 
 Field

The loop option allows the wijwizard to begin again from the first panel when reaching the last panel in autoPlay mode.

 
 Field

The navButtons option defines the type of navigation buttons used with the wijwizard.

 
 Field

The nextBtnText option defines the text for the wijwizard next button.

 
 Field

The panelTemplate option is an HTML template from which a new panel is created. The new panel is created by adding a panel with the add method or when creating a panel from a remote panel on the fly.

 
 Field

The remove event handler is a function called when a panel is removed.

 
 Field

The show event handler is a function called when a panel is shown.

 
 Field

Type: wijmo.wizard.ShowOption

The showOption option defines the animation effects when showing the panel content.

 
 Field

The HTML content of this string is shown in a panel while remote content is loading. Pass the option in empty string to deactivate that behavior.

 
 Field

The stepHeaderTemplate option creates an HTML template for the step header when a new panel is added with the add method or when creating a panel for a remote panel on the fly.

 
 Field

The validating event handler is a function called before moving to next panel. This event is Cancellable.

 
Top
See Also

Reference

wijmo.wizard Namespace