Hello, due to this problem http://forums.smartclient.com/showthread.php?t=6312 I'm trying to replace the standard event editor of the Calendar widget with my own form.
I have managed to replace the editor for event editing through addEventClickHandler and event addition in the month view through addDayBodyClickHandler but I can't find a way to replace the event creation form in the day and week view. What event should I capture in order to replace the standard editor with my own in this views?
I have managed to replace the editor for event editing through addEventClickHandler and event addition in the month view through addDayBodyClickHandler but I can't find a way to replace the event creation form in the day and week view. What event should I capture in order to replace the standard editor with my own in this views?
Comment