Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Calendar: EventClickHandler: place to show customized event dialog???

    Code:
    calendar.addEventClickHandler(new EventClickHandler() {
    			
       @Override
       public void onEventClick(CalendarEventClick event) {
          ....
       }
    });
    In the Javadoc for the EventClickHandler it is written:
    "This is a good place to, for example, show a completely customized event dialog instead of the default one."

    Does anyone has an idea how to do this?

    Thanks for any help.
Working...
X