Form Properties
This topic lists the properties of a Form object, which is supported in page reports only.
Property Name | Description |
---|---|
General (only supported on forms in page reports created using query resources) | |
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 |
Others | |
Logic Column | Specifies whether to show the object in the next visible table cell in the same row when the column which holds the object is hidden. This property is supported when the object is in a table. Choose an option from the drop-down list.
Data type: Enumeration
|
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 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 (only supported on forms in page reports created using query resources) | |
External CSS Class Selector | Specifies a class selector to be applied to the object when exported as HTML. Type 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 |