embedding/base/nsIDialogCreator.idl
Scriptable Please add a summary to this article. 1.0 66 Introduced Gecko 2.0 Inherits from:
nsISupports
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)
void openDialog(in unsigned long aType, in ACString aName, in ACString aFeatures, in nsIDialogParamBlock aArguments, [optional] in nsIDOMElement aFrameElement); |
|
UNKNOWN_DIALOG | 0 | |
GENERIC_DIALOG | 1 | |
SELECT_DIALOG | 2 | |
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
发布评论