Skip to content

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
  1. Translate: Configures whether to convert to multiple languages(translation purpose).
  2. Label: Configures the screen display status, location, and tooltip of the component label.
  3. Parent Id: Set the parent ID of the group code.
  4. Enabled N/A: "WhiteSpace Allowance" control, when it is set to "YES," it allows the input of whitespace characters.
  5. Search Condition: It allows you to set the condition operator used when using data as a search condition. The default operator is typically "INSTR()"..
  6. Style – Font: Configures the font for the string or text.
  7. Style– Text Color: Configures the color for the text.
  8. Style- Text Align: It allows users to set the alignment of data, with the default value being left-aligned.
  9. Style– Flat Appearance: Configures properties related to the border, such as its width, color, and other settings..
  10. Style– Background Color: Configures the background color of the component.