DHTMLX Docs & Samples Explorer
Index
dhtmlxForm
API Methods
getOptions(name)
Returns options of item (select only).
Parameters:
name
- the id of item (the item's parameter 'name')
var
opts
=
myForm.
getOptions
(
"mySelect"
)
;