Enables the BBQ plugin
Type
boolean
Default value
false
Description
true enables the BBQ plugin. Enables navigation of the wizard using the browser's back and forward buttons
Enables the validation plugin
Type
boolean
Default value
false
Description
true enables the validation plugin.
Holds options for the validation plugin
Type
Object
Default value
undefined
Description
Holds options for the validation plugin. See
validation plugin documentation for specific options.
Requires
validationEnabled
Enables the form plugin
Type
boolean
Default value
false
Description
true enables the form plugin. Makes sure that the plugin is posted via AJAX. Set to false if you want to post the form without using AJAX.
Holds options for the form plugin
Type
Object
Default value
{ reset: true, success: function(data) { alert("success"); }
Description
Holds options for the form plugin. See
form plugin documentation for specific options.
CSS-class of inputs used as links in the wizard
Type
String (selector)
Default value
".link"
Description
Specifies the CSS-class of inputs used as links in the wizard.
CSS-class of steps where the form should be submitted
Type
String
Default value
"submit_step"
Description
Specifies the CSS-class of the steps where the form should be submitted.
Elements used as back buttons
Type
String (selector)
Default value
":reset"
Description
Specifies the elements used as back buttons
Elements used as next buttons
Type
String (selector)
Default value
":submit"
Description
Specifies the elements used as next buttons
The text of the next button on submit steps
Type
String
Default value
'Submit'
Description
The text of the next button on submit steps.
The text of the next button on non-submit steps
Type
String
Default value
'Next'
Description
The text of the next button on non-submit steps.
The text of the back button
Type
String
Default value
'Back'
Description
The text of the back button.
Object holding options for AJAX calls done between steps
Type
Object
Default value
undefined
Description
Object holding options for AJAX calls done between steps
The animation done during the in-transition between steps
Type
Object
Default value
{opacity: 'show'}
Description
Specifies the animation done during the in-transition between steps
The animation done during the out-transition between steps
Type
Object
Default value
{opacity: 'hide'}
Description
Specifies the animation done during the out-transition between steps
The duration of the in-animation between steps
Type
Number
Default value
400
Description
Specifies the duration of the in-animation between steps
The duration of the out-animation between steps
Type
Number
Default value
400
Description
Specifies the duration of the out-animation between steps
The easing used during the transition animations between steps
Type
String
Default value
'swing'
Description
Specifies the easing used during the transition animations between steps. See
jQuery Easing Plugin documentation for more information on easings.
True means that the first input field on each step should be focused
Type
boolean
Default value
false
Description
Specifies whether the first input field on each step should be focused.
True means that the input fields in the form should be disabled
Type
boolean
Default value
true
Description
Specifies whether the input fields in the form should be disabled during the initialization of the plugin. The disabling of inputs may be needed to be done in HTML if the number of input fields are very large, if this is needed - set this flag to false.
True means that the wizard will not set any jquery UI styles
Type
boolean
Default value
false
Description
Specifies whether the wizard should use jquery UI styles or not.