Public Member Functions | |
tmozIDialog | create (in tmozIWindow parentWindow) |
Create new dialog. |
Dialog factory allows to create new dialog. Name of the factory is '@lightcomp.com/tahiti/dialogfactory;1'.
tmozIDialog create | ( | in tmozIWindow | parentWindow | ) |
Create new dialog.
Create new dialog object. It can be used for modal and also for non-modal dialogs.
parentWindow | Parent window. This can be NULL for parent less window. |