Properties of Form in Page Report
The properties of a form object in a page report are:
| Property Name | Description |
|---|---|
| General | |
| Class Type | Indicates the class type of the object. This property is read only. |
| Instance Name | Shows the instance name of the object. This property is read only. |
| CSS | |
| Class | Specifies a CSS class to be applied to the object which is a valid class in the CSS file.
Data type: String |
| Style | The property can be used in two ways.
Data type: String |
| Form | |
| Disabled | Specifies whether the user can interact with the form.
Data type: Boolean |
| Form Action | Specifies the URL to which the form content is sent for processing.
Data type: String |
| Form ID | Specifies the string identifying the form.
Data type: String |
| Form Method | Specifies how to send the form data to the server. Choose an option from the drop-down list.
Data type: Enumeration |
| Form Name | Specifies the name of the form.
Data type: String |
| Form Target | Specifies the window or frame at which to target contents. Choose an option from the drop-down list.
Data type: Enumeration |
| Accessibility | |
| External CSS Class Selector | Specifies a class selector to be applied to the object when exported as HTML. Enter a valid class name from the CSS file.
Data type: String |
| External Style | It is mapped to the HTML attribute style. This attribute specifies style information for the object.
Data type: String |
| External Title | It is mapped to the HTML attribute title. This attribute offers advisory information about the object.
Data type: String |
| Language | It is mapped to the HTML attribute lang. This attribute specifies the base language of the object's attribute values and text content.
Data type: String |
Previous Topic