Attributes

From nsIDOMHTMLButtonElement


          
readonly attribute nsIDOMHTMLFormElement form

From nsIDOMHTMLFieldSetElement


          
readonly attribute nsIDOMHTMLFormElement form

From nsIDOMHTMLInputElement


          
readonly attribute nsIDOMHTMLFormElement form

From nsIDOMHTMLIsIndexElement


          
readonly attribute nsIDOMHTMLFormElement form

From nsIDOMHTMLLabelElement


          
readonly attribute nsIDOMHTMLFormElement form

From nsIDOMHTMLLegendElement


          
readonly attribute nsIDOMHTMLFormElement form

From nsIDOMHTMLObjectElement


          
readonly attribute nsIDOMHTMLFormElement form

From nsIDOMHTMLOptionElement


          
readonly attribute nsIDOMHTMLFormElement form

From nsIDOMHTMLSelectElement


          
readonly attribute nsIDOMHTMLFormElement form

From nsIDOMHTMLTextAreaElement


          
readonly attribute nsIDOMHTMLFormElement form

Parameters

From nsIFormSubmitObserver


          
void notify(in nsIDOMHTMLFormElement formNode, in nsIDOMWindowInternal window, in nsIURI actionURL, out boolean cancelSubmit)

From nsILoginManager

 Fill a form with login information if we have it. This method will fill
 aForm regardless of the signon.autofillForms preference.

 @param aForm
        The form to fill
 @return Success of attempt fill form
boolean fillForm(in nsIDOMHTMLFormElement aForm)