DHTMLX Docs & Samples Explorer

onEnter

fires when the user puts the cursor into an input and presses the Enter key.

Parameters:

  • none
myForm.attachEvent("onEnter", function(){
	//any custom logic here
});