TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > ComboBox > Method >

 

GetSelectedIndexes

<< 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 >

 

GetSelectedIndexes

 

 

Gets the indexes of the selected items.

 

 

 

Prototype :

 

string GetSelectedIndexes

(

       No Arguments

)

 

 

 

Reference :

 

When multiple items are selected, the values are returned with a comma (,) as a separator.

 

This function gets all the indexes of the items selected in the combo box allowing multiple selections.

 

To get the index of only the first item, use the GetSelectedIndex function.

 

 

 

Example :

 

_TraceLn(This.GetSelectedIndexes());

 

 

 

Available Events :

 

All Events