returns the current cursor-pointed date and section (if defined)
e | Event | a native event object |
object | an object with 2 properties:
|
scheduler.attachEvent("onMouseMove", function(id, e){
var action_data = scheduler.getActionData(e);
// -> {date:Tue Jun 30 2009 09:10:00, section:2}
...
})
Available from version 3.5