Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   wijmo.wizard.wijwizard.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public OptionajaxOptions

Default value: null

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

 
public OptionautoPlay

Default value: false

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

 
public OptionbackBtnText

Default value: 'back'

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

 
public Optioncache

Default value: false

An option that determines whether to cache emote wijwizard content.

 
public Optioncookie

Default value: null

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.

 
public Optiondelay

Default value: 3000

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

 
public OptionhideOption

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

 
public Optionloop

Default value: false

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

 
public OptionnavButtons

Default value: 'auto'

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

 
public OptionnextBtnText

Default value: 'next'

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

 
public OptionpanelTemplate

Default value: ""

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.

 
public OptionshowOption

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

 
public Optionspinner

Default value: ""

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.

 
public OptionstepHeaderTemplate

Default value: ""

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.

 
Top
Events
 NameDescription
public EventactiveIndexChangedThe activeIndexChanged event handler is a function called when the activeIndex is changed.  
public EventaddThe add event handler is a function called when a panel is added.  
public EventloadThe load event handler is a function called after the content of a remote panel has been loaded.  
public EventremoveThe remove event handler is a function called when a panel is removed.  
public EventshowThe show event handler is a function called when a panel is shown.  
public EventvalidatingThe validating event handler is a function called before moving to next panel. This event is Cancellable.  
Top
See Also

Reference

wijmo.wizard.wijwizard Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.