FormEditor Class |
Namespace: Aspose.Html.Forms
The FormEditor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Action |
Server-side form handler. See the action attribute definition in HTML 4.01.
|
![]() | Count |
The number of form controls in the form.
|
![]() | Form |
The original HTMLFormElement that is associated with current instance of FormEditor.
|
![]() | ItemInt32 |
Returns the element by specified index.
|
![]() | ItemString |
Returns the element by specified name or id.
|
![]() | Method |
HTTP method [IETF RFC 2616] used to submit form. See the method attribute definition in HTML 4.01.
|
Name | Description | |
---|---|---|
![]() | AddT |
Creates a new HTMLElement and adds it to the end of the form.
|
![]() | AddInput(String) |
Creates a new InputElement and adds it to the end of the form.
|
![]() | AddInput(String, InputElementType) |
Creates a new InputElement and adds it to the end of the form.
|
![]() ![]() | Create(HTMLFormElement) |
Creates a new FormEditor based on HTMLFormElement.
|
![]() ![]() | Create(HTMLDocument, Int32) | |
![]() ![]() | Create(HTMLDocument, String) |
Creates a new FormEditor based on HTMLFormElement selected from the document by id.
|
![]() ![]() | CreateNew |
Creates a new HTMLFormElement and associated it with FormEditor. HTMLFormElement is created in the detached from the document state; in order to attach it to the document, please select proper location and use AppendChild(Node) method.
|
![]() | Dispose |
Releases unmanaged and managed resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Fill |
This method fills the whole form with the specified values.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetElementT(Int32) |
Returns the element by specified index.
|
![]() | GetElementT(String) |
Returns the element by specified name.
|
![]() | GetEnumerator |
Gets the enumerator.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |