Hi,
My code doesn’t show anything on console:
scheduler.attachEvent(“onMouseOver”,function(event_id, event){
console.log(event_id);
});
Do you know why?
Aleix
Hi,
My code doesn’t show anything on console:
scheduler.attachEvent(“onMouseOver”,function(event_id, event){
console.log(event_id);
});
Do you know why?
Aleix
There was a typo in documentation, sorry for inconvenience.
Try to use onMouseMove event instead.