Check documentation for the latest version of dhtmlxSuite getOptions DHTMLX Docs

getOptions

returns the options of an item (select, multiselect only)

object getOptions(string name);
namestringthe name of an item
objectthe item's options

Example

var opts = myForm.getOptions(name);

Back to top