popupLayer.setStyle(eventPreview.getStyle());
popupLayer.setStyleClass(eventPreview.getStyleClass());
popupLayer.setHideOnOuterClick(true);
popupLayer.encodeAll(context);
OUIComponent timetableView = (OUIComponent) eventPreview.getParent();
String componentJs;
if (timetableView instanceof MonthTable) {
componentJs = "timetable/monthTable.js";
} else if (timetableView instanceof WeekTable) {