silasmontgomery / CakePHP-Full-Calendar-Plugin

Simple and Sleek Event Calendar Plugin for CakePHP
Other
99 stars 60 forks source link

Disable feature for drag, drop and resize events #26

Open nimaamor opened 10 years ago

nimaamor commented 10 years ago

Hi,

This is not an issue but rather a question. I integrated this plugin into my webapp. I want to disable the feature for dragging, dropping and resizing events. It should be part of the fullcalendar.min.js code right? I am new to javascript. The file doesn't look readable when opening using normal editor. Do I need to do something before I can update the source code? Thanks.

mhtchong1989 commented 9 years ago

Open ready.js and there you can see the javascript for creating the calendar. put these:

disableDragging: true, disableResizing: true,

After that, remove/comment out all the codes about drag, drop, and resize.