Check documentation for the latest version of dhtmlxSuite onBeforeCursorChange DHTMLX Docs

onBeforeCursorChange

event called just before value of cursor will be changed

void onBeforeCursorChange(string id);
idstringold cursor position

Example

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

Back to top