WizardBase Constructor
Initializes the WizardBase. Called during construction.
Parameters
- originalElements
-
Type: jQuery
(optional) The elements to clone and set as the wizard elements.
Optional: True
- wizardUIName
-
Type: String
(optional) If provided instead of the originalElement, then the contents will be retrieved async and used as the content.
Optional: True
Examples
The following example initializes a new instance of a WizardBase object:
var newObject = new dundas.controls.WizardBase();