Categories | Question details Back To List | ||
Scheduler chCSS Hi, I would like to handle several agendas iin just one interface. At this moment i just choose from a combo which agenda i'm using and i load the right events. I would like to show agenda1 & agenda2 events at the same time, the texts of agenda1 in red, and agenda2 in other color. For that i will need to give differents css class to the text. There is possible? will be in the future? Thanks a lot, this is a very good component. Answer posted by Support on Jul 27, 2009 01:48 >>There is possible? This is possible with both 1.0 and 2.0 version. You can define a template which will assign specific css classes to events, based on their properties. http://dhtmlx.com/docs/products/dhtmlxScheduler/doc/dhtmlxscheduler___custom_styling.html#sch_custst The 2.0 package contains a sample, which implements the same use-case, you can check samples/customization/shared_events/combined.html |