Copyright © 2021 by K4.org
  (v.0.48.124)

A multi-selection control, allowing the user to pick any number of items from a list of choices.

Index

Rules

choices

choices: Array

The array can contain a simple list of choices, or can contain objects of the form { title: 'titleString', value: 'value' }.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : []

controlType

controlType: String

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : "Multiselect"

selectionLimit

selectionLimit: Number

Limits the end user to this many choices. Zero (the default) means there is no limit.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : 0

showToggleAll

showToggleAll: Boolean

If true (the default), a 'Select All' button allows the end user to select all choices.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : true