Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction


English

The Multi Select Box allows you to select multiple items with auto-complete behavior. Multi Select Box is a useful replacement for the ordinary Select Box, particularly when there is a very long list of options to choose from. Options are displayed based on the user's input.

The Advanced Grid is only available on Professional and Enterprise Edition.


Get Started

The easiest way to see how the Multi Select Box works is to create a new app. Here are the steps:

...

NameDescription
LabelElement Label to be displayed to the end-user.
ID

Element ID (By declaring as "country", a corresponding database table column "c_country" will be created)

Please see Form Element for more information about defining the ID and list of reserved IDs.

Options 

Select Box options

Info

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

  • Default Value - Value to be stored by default
  • Label - Element Label to be displayed to the end-user.
  • Grouping- field to be grouped by.
Or Load Data From

Options to be populated dynamically using the Form Options Binder pluginData Store.

Warning
titlePerformance Warning

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

...