search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Colors

Asked by Otto
5 years ago.

Hello,
in my desktop APP I use different colors for bookings. Can someone please help me how to do this with DayPilot.
Thank you in advance
Otto

Answer posted by Otto
5 years ago.

Hello,
I found a solution here in the forum and helpfiles.
Thank you and best regards,
Otto

dp.onBeforeEventRender = function(args) {
      if (args.data.tags && args.data.tags.type === "important"){
          args.data.rightClickDisabled = true;
          args.data.barColor = "red";
      }
//Test
 args.data.barColor = "red";
 args.data.backColor = "#99b433";
  
  };
Answer posted by Anonymous
5 years ago.

Hello,
Now I have more or less my offline colors also in the PHP scheduler.
Best regards
Otto

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.