Page 1 of 1

Disable move option on seedcode calendar pro v5.6

PostPosted: Sun Jul 08, 2012 12:24 pm
by abrunet
Hi

I need to disable the move option. How I do this on seedcode calendar pro ver 5.6

thans in advanced

Alma

PD Very happy wiht your support and calendar, thanks for all

Re: Disable move option on seedcode calendar pro v5.6

PostPosted: Mon Jul 09, 2012 9:39 am
by JasonYoung
Hi Alma,

Hope all is well and thanks for the kind words.

The script that determines whether to drag and drop, create or edit an event is called:

"Click in / Drag Event"

The block that checks for Drag and Drop is near the top and starts with the Comment:

"Test For Drag"

To disable drag and drop , we want to make sure that next if statement is never true. I like doing tsis by adding an AND clause it (1=2) since 1 can never equal 2, then this whole block will always be skipped and it will just check if you're trying to open or edit an event. It's also easy to undo if you change your mind. This is how it should look when modified:

DD.png
DD.png (94.34 KiB) Viewed 4703 times


Let me know if that takes care of it.

Cheers!