Control Properties
This is an item in the Attribute View
that appears when you right-click on a Control placed on the Component Canvas. It has different attributes depending on the Control.
No | Name | Description |
---|---|---|
1 | Control Display | Sets the label of the control, with options for using either a Symbolic String or direct input. |
2 | ReadOnly Flag | Sets whether the control is editable, with the default value being No, meaning editing is allowed. |
3 | Required Flag | Sets whether the input field is required, with default value being No . If it is set to Yes , it checks for required input when entering or searching. (It actually intergrates with Lambda Function that is provided by CALS to verify input) |
4 | Hidden Flag | Sets the visibility of the control. If set to Yes , the control will not displayed when the application is executed. |
5 | Field | Configures the Field in the Business Object. |
6 | Ref Code | Maps the group of Common Code. It is used when a control with a Common Code value needs to be displayed on the control with the name Common Code. |
7 | Check Parent Id | This attribute allows codes with a specified parent ID in the common code group to be displayed on the screen without specifying the parent ID in the Select Control of the Form Component that specifies the input screen, displaying all values. |
8 | Parent Id | This attribute specifies the parent ID of the group code as a property of the Select Control. |
9 | Default - Type | For input controls, this attribute sets the default value type. It offers fixed values in the form of Fixed and function-based scripts in the form of Script. |
10 | Default - Value | For input controls, this attribute sets the default value. |
11 | Enable Flag | Sets the activity status of the control. When set to No , the control will not be displayed. |
12 | Placeholder | Sets an example of the input value for the control. |
13 | Translate | In the List Component, configure it to display the Code Name instead of the Code Data retrieved in the Control. |
14 | Label - Display | Configures whether to display the label of the control. The default value is Show . |
15 | Label - Position | Configures the position of the label. The default value is Top . |
16 | Label - Tooltip | Configures the tooltip of the control. |
17 | Type | A dependent property of the DatePicker Control, it sets the data type of the date. The default value is Date . |
18 | Display Format | When displaying date or time data on the screen, you can set the format. For example, if you set it to yyyy-MM-dd, it will display as 2023-11-09 on the screen. |
19 | Data Format | Set the format for passing date or time data (e.g., for storage and retrieval). |
20 | PickerOptions | Sets the default value for the DatePicker Control. The date displayed will be based on the configured default value. |
21 | Search Condition | Sets the condition operator used as a search condition. The default value is INSTR(). |
22 | Data Placeholder | Sets an example of the value to be entered. |
23 | InActive Before/After | Configures the DatePicker Control to disallow selection of past or future dates. |
24 | Custom Calendar | Sets whether pre-entered events or schedules are displayed. |
25 | Time Interval | Allows setting the interval of time displayed in the dropdown list. |
26 | Key-in input availability | Enables or disables the ability to enter time manually in the time select input field. |
27 | Dropdown Time Range (Start) | Sets the start time for the time dropdown list. |
28 | Dropdown Time Range (End) | Sets the end time for the time dropdown list. |
29 | Style - Font | Configures the font for the string or text |
30 | Style - Text Align | It allows users to set the alignment of data, with the default value being left-aligned. |
31 | Style - Color | Configures the color for the text. |
32 | Style - Background Color | Configures the background color of the component. |
33 | Style - Flat Appearance | Configures properties related to the border, such as its width, color, and other settings. |