Package | Description |
---|---|
com.aspose.html | |
com.aspose.html.forms |
Modifier and Type | Method and Description |
---|---|
HTMLFormElement |
HTMLButtonElement.getForm()
Returns the
FORM element containing this control. |
HTMLFormElement |
HTMLFieldSetElement.getForm()
Returns the
FORM element containing this control. |
HTMLFormElement |
HTMLInputElement.getForm()
Returns the
FORM element containing this control. |
HTMLFormElement |
HTMLIsIndexElement.getForm()
Returns the FORM element containing this control.
|
HTMLFormElement |
HTMLLabelElement.getForm()
Returns the
FORM element containing this control. |
HTMLFormElement |
HTMLLegendElement.getForm()
Returns the
FORM element containing this control. |
HTMLFormElement |
HTMLObjectElement.getForm()
Returns the
FORM element containing this control. |
HTMLFormElement |
HTMLOptionElement.getForm()
Returns the
FORM element containing this control. |
HTMLFormElement |
HTMLSelectElement.getForm()
The number of options in this
SELECT . |
HTMLFormElement |
HTMLTextAreaElement.getForm()
Returns the
FORM element containing this control. |
Modifier and Type | Method and Description |
---|---|
void |
HTMLInputElement.setForm(HTMLFormElement value)
Returns the
FORM element containing this control. |
void |
HTMLObjectElement.setForm(HTMLFormElement value)
Returns the
FORM element containing this control. |
Modifier and Type | Method and Description |
---|---|
HTMLFormElement |
FormEditor.getForm()
The original
HTMLFormElement that is associated with current instance of FormEditor . |
Modifier and Type | Method and Description |
---|---|
static FormEditor |
FormEditor.create(HTMLFormElement form)
Creates a new
FormEditor based on HTMLFormElement . |
Constructor and Description |
---|
FormSubmitter(HTMLFormElement form)
Initializes a new instance of the
FormSubmitter class based on HTMLFormElement . |
SubmissionResult(RequestMessage request,
ResponseMessage response,
HTMLFormElement owner)
Initializes a new instance of the
SubmissionResult class. |