Class Index | File Index

Classes


Class JSWizardDialog


Defined in: toolkit.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
JSWizardDialog(preferences, controller, title, template, behavior)
A class to create wizard dialogs.
Method Summary
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.
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

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 21 2024 17:43:24 GMT+0200 (CEST)