Hello,
I have a question about how i can handle the style of each bubble, I want to use bubble in resources and events, but the content, position and design is distinct. Right now both bubbles takes the class .bubble_default_main.
I already found the problem, I changed the class name for event bubble using this:
bubble: new DayPilot.Bubble({ theme: "bubble_event_main", }),
Thank you.