I'm trying to use the xe:calendarView control in a real world application. So far, I can read data out of a view and display it in the calendar, that was easy.
But now I want to open an entry by double or singleclick, or I want to change the date of an entry by drag & drop. For that, the control has events like "onOpenEntry" where I can write SSJS. But I'm stuck here:
In such an event, how do I get the UNID of the document for which the event was generated? "this" is an com.ibm.xsp.extlib.dwa.component.calendar.UICalendarView object. I found some source code for this class, but I don't see any way to access a the document which should be opened.
Furthermore, the "onOpenEntry" event is only fired one time when the control is loaded. After that, it does not fire on click or doubleclick.
For me it looks like these events are not fully implemented... and in the ExtLib demo database there are not used, too. Does anyone know how this stuff works? Thanks!