WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIPromptService2

IID:cf86d196-dbee-4482-9dfa-3477aa128319
Inherits From:nsIPromptService
Status:INCOMPLETE do not freeze before fixing bug 228207

This is an improved version of nsIPromptService that is less prescriptive about the resulting user interface.

This interface is implemented by the following components:


Methods

nsICancelable asyncPromptAuth ( nsIDOMWindow parent , nsIChannel channel , nsIAuthPromptCallback callback , nsISupports context , PRUint32 level , nsIAuthInformation authInfo , PRUnichar* checkboxLabel , inout PRBool checkValue ) PRBool promptAuth ( nsIDOMWindow parent , nsIChannel channel , PRUint32 level , nsIAuthInformation authInfo , PRUnichar* checkboxLabel , inout PRBool checkValue )

nsICancelable asyncPromptAuth ( nsIDOMWindow parent , nsIChannel channel , nsIAuthPromptCallback callback , nsISupports context , PRUint32 level , nsIAuthInformation authInfo , PRUnichar* checkboxLabel , inout PRBool checkValue )

Arguments:
parent
channel
callback
context
level
authInfo
checkboxLabel
checkValue

PRBool promptAuth ( nsIDOMWindow parent , nsIChannel channel , PRUint32 level , nsIAuthInformation authInfo , PRUnichar* checkboxLabel , inout PRBool checkValue )

Arguments:
parent
channel
level
authInfo
checkboxLabel
checkValue

Reference documentation is generated from Mozilla's source.