Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Calendar event hover style

$
0
0
Hello,

I am trying to customize hover on calendar week event, i added:

Code:

setEventCanvasHoverHTMLCustomizer(new EventCanvasHoverHTMLCustomizer() {
  @Override
  public String getHoverHTML(CalendarEvent calendarEvent, EventCanvas eventCanvas) {
    return "<div class='eventHoverStyle'>from:"+calendarEvent.getStartDate()+" <br/>to:"+calendarEvent.getEndDate()+" <br/></div>";
  }
});


attachment shows what i get.

How can i remove that yellow square behind my customizer?

Regards, Jakov

Attached Images
File Type: png Screenshot_1.png (4.3 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles