.uiWizard()
Categories: UI
.uiWizard( [ options ] )
Subclass: ep
Inherit: (Subclass: ep) .widget()
Plugin: ep.ui.wizard
Description: Create a wizard.
-
.uiWizard( [ options ] )
version added: 6.11.0options A map of additional options pass to the method.
The .uiWizard()
method creates a wizard.
-
Apply wizard widget to div with class wizard.
Code:
ep('div.wizard') .uiWizard({ });