Hi,
I am using the Calendar component in order to show data related to Medical Appointments. Each Appointment has a lot of associated data and that is why I have a custom window to handle Appointment addition/edition.
I want to know how to REPLACE the default EventWindow with my custom Window. I don't want to add/remove fields from default EventWindow, I really want to replace it completely.
One addition information...Currently, the project is built above gwtext and I am just using the calendar component of smartgwt. The Appointment Edition Window is already coded, that is one more reason to just replace the default EventWindow.
Could someone tell me how to replace the default EventWindow ? Or at least how to disable it and get the event when the user clicks on a calendar event/slot or in the add button.
Thank you in advance
Samuel Pessorrusso
I am using the Calendar component in order to show data related to Medical Appointments. Each Appointment has a lot of associated data and that is why I have a custom window to handle Appointment addition/edition.
I want to know how to REPLACE the default EventWindow with my custom Window. I don't want to add/remove fields from default EventWindow, I really want to replace it completely.
One addition information...Currently, the project is built above gwtext and I am just using the calendar component of smartgwt. The Appointment Edition Window is already coded, that is one more reason to just replace the default EventWindow.
Could someone tell me how to replace the default EventWindow ? Or at least how to disable it and get the event when the user clicks on a calendar event/slot or in the add button.
Thank you in advance
Samuel Pessorrusso
Comment