DHTMLX Docs & Samples Explorer

getOptions(name)

Returns options of item (select, multiselect only).

Parameters:

  • name - the id of item (the item's parameter 'name')
var opts = myForm.getOptions("mySelect");