PromptService2

Undocumented in source.
class PromptService2 : nsIPromptService2 {}

Constructors

this
this()
Undocumented in source.

Members

Functions

AddRef
nsrefcnt AddRef()
Undocumented in source. Be warned that the author may not have intended to support it.
Alert
nsresult Alert(nsIDOMWindow aParent, PRUnichar* aDialogTitle, PRUnichar* aText)
Undocumented in source. Be warned that the author may not have intended to support it.
AlertCheck
nsresult AlertCheck(nsIDOMWindow aParent, PRUnichar* aDialogTitle, PRUnichar* aText, PRUnichar* aCheckMsg, PRBool* aCheckState)
Undocumented in source. Be warned that the author may not have intended to support it.
AsyncPromptAuth
nsresult AsyncPromptAuth(nsIDOMWindow aParent, nsIChannel aChannel, nsIAuthPromptCallback aCallback, nsISupports aContext, PRUint32 level, nsIAuthInformation authInfo, PRUnichar* checkboxLabel, PRBool* checkValue, nsICancelable* _retval)
Undocumented in source. Be warned that the author may not have intended to support it.
Confirm
nsresult Confirm(nsIDOMWindow aParent, PRUnichar* aDialogTitle, PRUnichar* aText, PRBool* _retval)
Undocumented in source. Be warned that the author may not have intended to support it.
ConfirmCheck
nsresult ConfirmCheck(nsIDOMWindow aParent, PRUnichar* aDialogTitle, PRUnichar* aText, PRUnichar* aCheckMsg, PRBool* aCheckState, PRBool* _retval)
Undocumented in source. Be warned that the author may not have intended to support it.
ConfirmEx
nsresult ConfirmEx(nsIDOMWindow aParent, PRUnichar* aDialogTitle, PRUnichar* aText, PRUint32 aButtonFlags, PRUnichar* aButton0Title, PRUnichar* aButton1Title, PRUnichar* aButton2Title, PRUnichar* aCheckMsg, PRBool* aCheckState, PRInt32* _retval)
Undocumented in source. Be warned that the author may not have intended to support it.
Prompt
nsresult Prompt(nsIDOMWindow aParent, PRUnichar* aDialogTitle, PRUnichar* aText, PRUnichar** aValue, PRUnichar* aCheckMsg, PRBool* aCheckState, PRBool* _retval)
Undocumented in source. Be warned that the author may not have intended to support it.
PromptAuth
nsresult PromptAuth(nsIDOMWindow aParent, nsIChannel aChannel, PRUint32 level, nsIAuthInformation authInfo, PRUnichar* checkboxLabel, PRBool* checkboxValue, PRBool* _retval)
Undocumented in source. Be warned that the author may not have intended to support it.
PromptPassword
nsresult PromptPassword(nsIDOMWindow aParent, PRUnichar* aDialogTitle, PRUnichar* aText, PRUnichar** aPassword, PRUnichar* aCheckMsg, PRBool* aCheckState, PRBool* _retval)
Undocumented in source. Be warned that the author may not have intended to support it.
PromptUsernameAndPassword
nsresult PromptUsernameAndPassword(nsIDOMWindow aParent, PRUnichar* aDialogTitle, PRUnichar* aText, PRUnichar** aUsername, PRUnichar** aPassword, PRUnichar* aCheckMsg, PRBool* aCheckState, PRBool* _retval)
Undocumented in source. Be warned that the author may not have intended to support it.
QueryInterface
nsresult QueryInterface(cnsID* riid, void** ppvObject)
Undocumented in source. Be warned that the author may not have intended to support it.
Release
nsrefcnt Release()
Undocumented in source. Be warned that the author may not have intended to support it.
Select
nsresult Select(nsIDOMWindow aParent, PRUnichar* aDialogTitle, PRUnichar* aText, PRUint32 aCount, PRUnichar** aSelectList, PRInt32* aOutSelection, PRBool* _retval)
Undocumented in source. Be warned that the author may not have intended to support it.
getBrowser
Browser getBrowser(nsIDOMWindow aDOMWindow)
Undocumented in source. Be warned that the author may not have intended to support it.
getLabel
String getLabel(int buttonFlag, int index, PRUnichar* buttonTitle)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

refCount
int refCount;
Undocumented in source.

Meta