Check documentation for the latest version of dhtmlxSuite setItemFocus DHTMLX Docs

setItemFocus

sets the keyboard focus on the specified item

void setItemFocus(string name);
namestringthe name of an item

Example

myForm.setItemFocus(name);

Details

the method is applied to input, textarea, password, calendar, colorpicker, editor

Back to top