Categories | Question details Back To List | ||
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 Answer posted by dhxSupport on Dec 29, 2009 09:06 >> 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. http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxscheduler:event_onbeforedrag >>and change the color of that event as well By default the user cannot change color of event. |