import "sbIPrompter.idl";
Public Member Functions | |
nsIDOMWindow | openDialog (in nsIDOMWindow aParent, in DOMString aUrl, in DOMString aName, in DOMString aOptions, in nsISupports aExtraArgument) |
Public Attributes | |
attribute AString | parentWindowType |
attribute boolean | waitForWindow |
"@songbirdnest.com/Songbird/Prompter;1" Use create instance with this component. No default parent window type is set and the default waitForWindow is false.
Definition at line 59 of file sbIPrompter.idl.
nsIDOMWindow sbIPrompter::openDialog | ( | in nsIDOMWindow | aParent, | |
in DOMString | aUrl, | |||
in DOMString | aName, | |||
in DOMString | aOptions, | |||
in nsISupports | aExtraArgument | |||
) |
Open a dialog window with with the chrome URL specified by aUrl and parent specified by aParent. The window name is specified by aName and the window options are specified by aOptions. Additional window arguments may be provided in aExtraArguments.
aParent | Parent window. | |
aUrl | URL of window chrome. | |
aName | Window name. | |
aOptions | Window options. | |
aExtraArguments | Extra window arguments. |
attribute AString sbIPrompter::parentWindowType |
The parent window type.
Definition at line 64 of file sbIPrompter.idl.
attribute boolean sbIPrompter::waitForWindow |
If true, wait for a parent window of the configured type to be available before prompting.
Definition at line 70 of file sbIPrompter.idl.