Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Chris on Sep 24, 2009 09:25
open dhtmlx forum
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
Answer posted by Alex (support) on Sep 25, 2009 05:44

Hello

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

Answer posted by Chris on Sep 25, 2009 06:44
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;
            });

Answer posted by Chris on Sep 25, 2009 07:18
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;
            });

Answer posted by Alex (support) on Sep 25, 2009 07:55

yes, locally it is.

have you download the latest scheduler version ? 

We have attached the latest dhtmlxscheduler.js

Attachments (1)