Categories | Question details Back To List | ||||||||
Scheduler - Event Customisation Hi, Is it possible to change the appearance and behaviour of a particular event on the scheduler? In particular, would it be possible to change the display colour of an event based on a given property, and to make certain events 'read only'? Good tool BTW, Thanks, Ben Answer posted by Support on Jun 03, 2009 07:49 >>to change the display colour of an event based on a given property Please check attached sample , it contains related documentation and example of styling. >>and to make certain events 'read only' It can be done only partially - by using onClick event handler, it possible to block selection of event ( which will prevent action menu showing ) , but it still be possible to change event by double-clicking on it. Functionality will be extended in next release to address such use-case ( you can contact us directly at support@dhtmlx.com if you need a beta version of such update ) Attachments (1)
Answer posted on Jun 04, 2009 09:22 Thanks for the quick response! |