gadget_createMultiSelectList

Description

Creates a multi select list.

Parameters

Return Type

String []

The returned value has no meaning

Example

gadget_createMultiSelectList("Default Multiselect", {"A", "B", "C", "D", "E"}, {"C", "D"}); gadget_createMultiSelectList("Required Multiselect", {"a", "b", "c", "d", "e"}, {"a", "c", "e"}, true, "This field is required");

See also

Filter by label

There are no items with the selected labels at this time.