Form Properties
This topic describes the properties of a Form object that you can use in page reports only.
Property Name | Description |
---|---|
General (available when the object is in a query-based page report) | |
Class Type | Shows the class type of the object. Read only. |
Instance Name | Shows the instance name of the object. Read only. |
CSS | |
Class | Specifies the name of the Class Selector to apply to the object, which you define in the CSS file of the style the report applies.
For example, if you define the CSS file as follows:
To apply the Class Selector in the file to the object, type C in the value cell. Data type: String |
Style | Specifies the style you want to apply to the object. You can specify the style in two ways:
Data type: String |
Others | |
Logic Column | Designer displays this property when the object is in a table. You can use it to specify whether to show the object in the next visible table cell in the same row when the column that holds the object is hidden. Choose an option from the drop-down list.
Data type: Enumeration
|
Form | |
Disabled | Specifies whether to disable user interaction with the form.
Data type: Boolean |
Form Action | Specifies the URL to which to send the form content for processing.
Data type: String |
Form ID | Specifies the string for identifying the form.
Data type: String |
Form Method | Specifies how you want 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 to load the form content at runtime. Choose an option from the drop-down list.
Data type: Enumeration |
Accessibility (available when the object is in a query-based page report) | |
External CSS Class Selector | Specifies the name of the Class Selector for the object in the HTML output. Data type: String |
External Style | This property is mapped to the HTML attribute style, as specified by w3.org. Data type: String |
External Title | This property is mapped to the HTML attribute title, as specified by w3.org. Data type: String |
Language | This property is mapped to the HTML attribute lang, as specified by w3.org. Data type: String |