Disable resize and draggable properties of events

94 views
Skip to first unread message

Avinash V Raj

unread,
Mar 11, 2013, 12:41:31 AM3/11/13
to jquery-wee...@googlegroups.com
Hi,

    How can I disable the draggable and resize properties of events.

martin jedrasiak

unread,
Mar 11, 2013, 11:23:57 AM3/11/13
to jquery-wee...@googlegroups.com
 draggable : function(calEvent, $event) {
         return calEvent.readOnly != true;
 },
 resizable : function(calEvent, $event) {
         return calEvent.readOnly != true;
},
Reply all
Reply to author
Forward
0 new messages