I am integrating dhtmlxScheduler into an existing page.
The elements are as follows:
- Page
- Calendar
- Pop-up appointment details (a complex control integrated into our live production system)
At the moment I want to only replace number 2: the calendar. I’ve already got the calendar working (loading the existing data) and so far it opens the dhtmlxScheduler lightbox for the details.
I don’t want to replace the pop-up because it already works and it is very complex. To try and recreate it as a dhtmlxScheduler lightbox would blow the deadline I have to get it working.
So when a user requests details of the appointment, I’d like it to pass the data to the existing pop-up controller, then receive the data back when it’s saved. Is there already a way to do this?