Check documentation for the latest version of dhtmlxSuite onAfterCursorChange DHTMLX Docs

onAfterCursorChange

event called after value of cursor was changed

void onAfterCursorChange(string id);
idstringnew cursor position

Example

data.attachEvent("onAfterCursorChange", function(id){
   //custom code
})

Back to top