You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ftr-gwt-library
I want to print an event (to pdf or something else).
Apart from adding a print button the event dialog, for what i've seen
i think would have to change at least the following:
-DateEventActions enum to add the new print command;
-The handleDateEvent method in Multiview class to handle the print
command;
-EventController interface to add a new printEvent method;
-The implementation of the EventController interface to implement the
printEvent method (that would be DefaultEventController in the Demo).
I was wondering if someone has already done something similar and what
do you think about what i'm thinking of doing, or just give some other
ideas.
Also if printing and event is considered a requirement that more
people find useful, maybe it could be integrated in the librabry.