Check documentation for the latest version of dhtmlxSuite getEditor DHTMLX Docs

getEditor

returns dhtmlxEditor instance

object getEditor(string name);
namestringthe name of an item
objectdhtmlxEditor instance

Example

var dhxEditor = myForm.getEditor(name);

Back to top