Closed GoogleCodeExporter closed 9 years ago
Added to trunk in [http://code.google.com/p/gwt-cal/source/detail?r=65 r65].
Example code:
dayView.addTimeBlockClickHandler(new TimeBlockClickHandler<Date>(){
@Override
public void onTimeBlockClick(TimeBlockClickEvent<Date> event) {
Date startDate = event.getTarget();
... create new appointment, add to dayView ...
}
});
This event does not automatically create a new appointment, but gives the
developer a
way to handle the event and create an appointment however they see fit.
Original comment by Brad.Ryd...@gmail.com
on 27 Jul 2009 at 1:07
Original comment by Brad.Ryd...@gmail.com
on 29 Oct 2009 at 3:55
Original issue reported on code.google.com by
Brad.Ryd...@gmail.com
on 26 Jul 2009 at 6:05