Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Select Box SelectBox is one of the generic HTML Form input elements.

The snapshot build of the form shown below is taken from the CRM application found in default Joget's installation package.


Figure 1: Select BoxSelectBox


Figure 2: Select Box SelectBox Properties

ID

...

Element ID

Label

...

Element Label

Value

...

Default Value

Size (Rows)

...

Number of rows to show

Multiple Selection

...

Allow multiple selection

...

Readonly

Determines if

...

the element is editable

Display

...

field as Label when

...

readonly?

Displays the value of the element as plain text when element is set to

...

"Readonly".

Options

...

Presents selection options. The options can also be defined using the Options Binder.

Field ID to control available options based on Grouping

...

Limits the selection options available based on

...

another input field's value

...

One may extend the capabilities of this element by adding in Validator a validator as well as mapping the its value to a Workflow Variableworkflow variable.

Read more about Validators and Workflow Variables.