<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > ComboBox > Method >SetMultiSelectable |
Sets multiple selection availability.
Prototype :
void SetMultiSelectable
(
bool MultiSelectable
)
Arguments :
MultiSelectable |
multiple selection availability |
Reference :
If you set the MultiSelectable option to true, a checkbox is displayed on the left side of each combo box item and you can select multiple items by checking the boxes.
Also, when getting the combobox values using the GetInputJSON, GetInputValue, GetInputXML, or GetValue function, the values are returned with a comma (,) as a separator if multiple items are selected.
Example :
This.SetMultiSelectable(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind