Calendar Design

Regarding: bootsnipp.com/snippets/M3jmA

Very nice design,

I want to add a new type of event with an other background color, how can I do it ? thanks for your help

memel68 () - 3 years ago - Reply 0


in function slotSegHtml(event, seg) , edit html div class fc-event-inner like this :

"<div" +

" class='fc-event-inner'" +

" style=" +

"'" +

"background-color: " + event.backgroundColor + ";" +

"'" +

">" +

datdev () - 3 years ago - Reply 0


in function slotSegHtml(event, seg) , edit html div class fc-event-inner like this :

"<div" +

" class='fc-event-inner'" +

" style=" +

"'" +

"background-color: " + event.backgroundColor + ";" +

"'" +

">" +

datdev () - 3 years ago - Reply 0