Select
The control used to select items from a dropdown list is a typically referred to as a Select
control. Dropdown lists are commonly configured by linking them with Common Code
to populate the list of options available for selection.
- Applicable List of Control Attributes
- Translate: Configures whether to convert to multiple languages(translation purpose).
- Label: Configures the screen display status, location, and tooltip of the component label.
- Parent Id: Set the parent ID of the group code.
- Enabled N/A: "WhiteSpace Allowance" control, when it is set to "YES," it allows the input of whitespace characters.
- Search Condition: It allows you to set the condition operator used when using data as a search condition. The default operator is typically "INSTR()"..
- Style – Font: Configures the font for the string or text.
- Style– Text Color: Configures the color for the text.
- Style- Text Align: It allows users to set the alignment of data, with the default value being left-aligned.
- Style– Flat Appearance: Configures properties related to the border, such as its width, color, and other settings..
- Style– Background Color: Configures the background color of the component.