Scheduler onBeforeDrag

I am looking at the documentation and I see it says that the onBeforeDrag event was added in version 2.1. What I don’t see is a place to download 2.1 from.



Thanks for your help,

Chris


Hello


the latest Scheduler version is 2.0. There is a typo in the documentation.

Is the event working correctly?  I am wiring up the event but the code doesn’t run on drag or resize.
 scheduler.attachEvent(‘onBeforeDrag’, function(event_id, mode, native_event_object) {
                alert(‘dragging’);
                return false;
            });

Is the event working correctly?  I am wiring up the event but the code doesn’t run on drag or resize.
 scheduler.attachEvent(‘onBeforeDrag’, function(event_id, mode, native_event_object) {
                alert(‘dragging’);
                return false;
            });


yes, locally it is.


have you download the latest scheduler version ?


We have attached the latest dhtmlxscheduler.js


dhtmlxscheduler.zip (19 KB)