Check documentation for the latest version of dhtmlxSuite setFocusOnFirstActive DHTMLX Docs

setFocusOnFirstActive

moves the focus on the first form's element

void setFocusOnFirstActive();

Example

myForm.loadStruct("link here", function(){
myForm.setFocusOnFirstActive();
)};

Back to top