Check documentation for the latest version of dhtmlxSuite getFirstActive DHTMLX Docs

getFirstActive

returns the first element of the form

string getFirstActive();
stringthe name of the 1st form's element

Example

myForm.getFirstActive();

Back to top