Smart GWT 4.0p (SmartClient Version: v9.0p_2013-07-15/PowerEdition Deployment (built 2013-07-15))
I was able to add popup menu for certain events displayed on Calendar using
It works properly with the Calendar. Clicking on an event the clickHandler is triggered and can show popup menu as needed. Also clicking on the background grid a new event creation can be started.
But with Timeline "the events those would show the popup menu" after the click we get the start new event dialog also.
What we would like to see is be able to start new event even we click on an existing event, but be able to disable it on the fly if the event wants to show its popup menu instead of starting a new one.
(Note: starting the event from the grid is very important for our clients, because they can start the new event clicking on the template (physically a simple event))
Would it be possible? Thank you.
I was able to add popup menu for certain events displayed on Calendar using
Code:
.addEventClickHandler(eventClickHandler);
But with Timeline "the events those would show the popup menu" after the click we get the start new event dialog also.
What we would like to see is be able to start new event even we click on an existing event, but be able to disable it on the fly if the event wants to show its popup menu instead of starting a new one.
(Note: starting the event from the grid is very important for our clients, because they can start the new event clicking on the template (physically a simple event))
Would it be possible? Thank you.
Comment