Please add a summary to this article.
1.0
28
Introduced
Gecko 2.0
Inherits from:
nsISupports
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)Method overview
void openDialog(in unsigned long aType, in ACString aName, in ACString aFeatures, in nsIDialogParamBlock aArguments, [optional] in nsIDOMElement aFrameElement); |
Constants
Constant | Value | Description |
UNKNOWN_DIALOG | 0 | |
GENERIC_DIALOG | 1 | |
SELECT_DIALOG | 2 |
Methods
openDialog()
void openDialog(
in unsigned long aType,
in ACString aName,
in ACString aFeatures,
in nsIDialogParamBlock aArguments,
in nsIDOMElement aFrameElement Optional
);
Parameters
aType
aName
aFeatures
aArguments
aFrameElement
Optional