Element properties provides the facility to add/edit field/element properties available for the Form Designer. Each element contain a number of properties categorized into tabs.
The following are elements supported by Enterprise Forms:
| HTML |
This element is used for specifying native HTML tags to provide the flexibility to add images and links into forms |
| Label |
This element is used to provide a static or dynamic text field. It can also be used to display fields with default values. |
| CurrentUser |
Displays the full name of current user logged in |
| CurrentDate |
Displays the current date component of the system |
| CurrentTime |
Displays the current time component of the system |
| CurrentDateTime |
Displays the current date time of the system |
| PortalID |
Displays the current Portal ID |
| PortalName |
Display the current Portal Name |
| PortalAlias |
Displays the current portal alias |
| PageID |
Displays the current page ID of where the module is located |
| PageName |
Displays the current page name of where the module is located |
| ModuleName |
Displays the current module name |
| ModuleID |
Displays the current module ID |
| UserAgent |
Displays the User Agent string of the Web browser |
| User Host |
Displays the IP address of the current user accessing the page |
| UserHost Name |
Display the full host name (if exists) of the current user accessing the page |
| TextField |
This element is used to provide a single line of text field |
| TextArea |
This element is used to provide multi-line of text field |
| RichText |
This element is used to provide Rich HTML text editing |
| Checkbox |
This element is used to provide a single check box field for yes/no type values |
| CheckBoxList |
This element is used to provide multiple selection of values through a list of check boxes |
| RadioButton |
This element is used to provide a single radio button field for yes/no type values |
| RadioButtonList |
This element is used to provide multiple radio buttons to select from number of options |
| SelectList |
This element is used to provide a drop down list of option values |
| FileUpload |
This element is used to capture file attachments to form |
All elements except HTML and FileUpload support dynamic database data binding. In other data extracted from database tables or stored procedures can be used to bind to a and element/field. For example, a table containing look up values for a user address can be used to bind to a SelectList element. When a form is displayed data is automatically extracted and displayed on the field.