DHTMLX Docs & Samples Explorer
Index
dhtmlxForm
API Methods
getEditor(name)
Returns dhtmlxEditor instance.
Parameters:
name
- the id of item (the item's parameter 'name')
var
dhxEditor
=
myForm.
getEditor
(
"myEditor"
)
;