Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

Select Box is one of the generic HTML Form input elements. In the Form Builder, one is able to define the options available to the Select Box via various means, including with the use of Form Options Binder.


Figure 1: Screenshot with Select Box highlighted in sample CRM app

...

NameDescription
IDElement ID (By declaring as "country", a corresponding database table column "c_country" will be created)
LabelElement Label to be displayed to end user.
Options (Hardcoded)

Select Box options

Info

Options defined here will not be put into use if Options Binder is defined below.

Or Choose Options Binder

Options to be populated dynamically using Options Binder plugin.

Warning
titlePerformance Warning

If you have thousands of select options or sourcing them from Options Binder, this may cause significant increase on page load time. Consider using Popup Select Box instead.

Figure 3: Select Box Properties - Advanced Options

...