search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

I don't want to delete the node after dragstart event.

Asked by Gary
15 years ago.
How to retainan externale event (not be deleted/removed)after dragthe eventto scheduler?
Comment posted by Dan Letecky
15 years ago.

Just pass null as the last parameter. That is, instead of

onmousedown='return DayPilotCalendar.dragStart(this, 60*30, "125", this.innerHTML);'

use

onmousedown='return DayPilotCalendar.dragStart(this, 60*30, "125", null);'
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.