In this condition, Please tell me how to control update,delete,insert and select scheduler event independence ?
in this , " scheduler.attachEvent(“onBeforeDrag”,function(){return false;}); scheduler.config.dblclick_create = false; " I can control insert,
Now please help me to control update and delete ~~
And Thanks a lot!
Hello,
Check following events in our documentation: onEventSave, onBeforeEventChanged, onBeforeEventDelete.
Best regards, Ilya
Thanks upstairs nice person , I also do that you said , but my boss just want the picture of delete or update disappear , means we could not see the picture of update or delete , may be have a little like our’s examples: readonly; but thanks a lot.
You can configure icons, which will appear in selection menu docs.dhtmlx.com/doku.php?id=dhtm … tion_menus
thanks a lot !!!