Form containers are window panels that render forms and form items on the browser screen as a modal or non-modal window.
...
# | Field Name | Description |
---|---|---|
Container Configuration Section | ||
1 | Container ID | A unique identifier to the form container. |
2 | Form ID | Name of the Form ID for which the container is applicable. Select the form from the pop-up window. |
3 | Window Title | Form window title. |
4 | Bundle Key | Name of the bundle key associated with the form labels property files. |
5 | Window Height | Height of the Form in pixels. |
6 | Window Width | Width of the Form in pixels. |
7 | Applicable for | Indicates the rendering channel of the form:
|
8 | Form Render Type | This should be either APP or WINDOW:
|
Tools Configuration Section | ||
9 | Export Ind | Indicators for adding data export functionality. |
10 | Print Ind | Indicators for adding print functionality. |
11 | Help Ind | Indicator for adding help file. The help file name should be like CONTAINER_ID + _FORM_help.htm |
12 | Modal Ind | Selected – Displays as Modal window. De-Selected – Displays as non-Modal window. |
13 | Closed Ind | Indicators for closed form. |
Action Button Configuration | ||
14 | Action ID | A unique identifier to the action button. |
15 | Action Type | Type of the action that it stands for:
|
16 | Event ID | This provides event that should be raised on click of the action defined. |
17 | Block Position | Position in the Form button bar where the button should appear:
|
18 | Position | Position of button within the block position. |
19 | Pre-Confirmation | A flag that decides whether to show all the form data in view mode to the user as confirmation before submitting the AJAX request.
|
20 | Page Code | A value used as the ScreenCode in the corresponding forward XML file to identify the action class. |
21 | Re-Authentication | A flag that decides whether to authenticate the user or not:
|
22 | Events Configured? |
|
23 | Add Icon | This option allows you to choose an icon for the action buttons of the form container. Selected: The icon will appear. De-Selected: The icon will not appear. To select an icon for a form container, perform the following steps: 1. Click the iconto select an icon for the action buttons of the form container. |
24 | Add Labels | The Add Labels feature paves the way for managing the display names of the container title and action button labels. |
...