Goal is to change the text and color

We have some events that are scheduled between a specific time and some events that are timeless. They have to be done sometime that day but it doesn’t have a start time. I would like to change display time on those events from 1:00am to Timeless, not allow the user to drag them and change the color of that event as well. Is there a way for me to do that?





PLEASE HELP…





Thanks,

Danny

I would like to change display time on those events from 1:00am to Timeless
Every event must have start and end time. Without this information event cannot be rendered
>>not allow the user to drag them
You can disable drag-and-drop of particular event with onBeforeDrag event. dhtmlx.com/dhxdocs/doku.php?id=d … beforedrag
>>and change the color of that event as well
By default the user cannot change color of event.