Class JSWizardDialog
Defined in: toolkit.js.
Constructor Attributes | Constructor Name and Description |
---|---|
JSWizardDialog(preferences, controller, title, template, behavior)
A class to create wizard dialogs.
|
Method Attributes | Method Name and Description |
---|---|
appendButtons(buttonsPanel)
Append dialog buttons to given panel
|
Class Detail
JSWizardDialog(preferences, controller, title, template, behavior)
A class to create wizard dialogs.
Author: Louis Grignon.
Author: Louis Grignon.
- Parameters:
- {UserPreferences} preferences
- the current user preferences
- {WizardController} controller
- wizard's controller
- {string} title
- the dialog's title (may contain HTML)
- {string|HTMLElement} template
- template element (view HTML will be this element's innerHTML) or HTML string (if null or undefined, then the component creates an empty div for the root node)
- {{applier: function(JSDialog)|disposer: function(JSDialog)}} behavior Optional
- - applier: an optional dialog application function - disposer: an optional dialog function to release associated resources, listeners, ...
Method Detail
appendButtons(buttonsPanel)
Append dialog buttons to given panel
- Parameters:
- {HTMLElement} buttonsPanel
- Dialog buttons panel