Attached version of export tools is the latest dev version, which fixes few known issue and adds the next new features
a) “fullcolor” mode, in which events are colored the same as in the calendar
b) better support for timeline-rows and timeline-cells views
c) improved look and feel
d) support of week_agenda and map views ( map view prints only event, not map itself )
Hi, first of all i’d like to give thanks to you for sharing this nice scheduler.
i’ve got a scheduler with monday-friday week view, topdf is not working at this view, i wonder if i could change/add some code to make it work, could you help me? thank you very much.
with monday-friday week view
Custom views on base of week view works correctly in our samples, if issue still occurs - can you provide some kind of link, where problem can be reconstructed ?
I have a problem on exporting the scheduler to pdf using java. I already downloaded the new updated js file and had include it inside the scheduler. but the problem now is the view for month does not appear in the pdf, it appear blank. but only for ‘month’, the view for ‘day’ and ‘week’ work just fine.
any idea on how to solve this problem? thank you in advance.
If view is a variation of one of default ones - it must work without extra modifications.
If yu have created a fully custom view - there is no way to export in to pdf by existing solution.
In such case it must work, but beware that pdf export will not reflect extra html styling, scheduler exports only text and color values, all other will be ignored.
I solved my last issue, the view is getting generated or atleast the button is doing something.
It gives me an error:
SimpleXMLElement::__construct() [simplexmlelement.--construct]: Entity: line 1: parser error : Entity 'nbsp' not defined
I notice that there are nbsp tags in the generated xml output.
also on a sidenote.
this is my current calendar:
http:// tinyurl.com/c28myol
(the generation of an pdf through the export buttons has been disabled here for now)
is it possible for the generation to generate it like the grid view (the events) instead of simple black white text beneath eachother? (like when you press print from the browser)
if so where and how can I style/edit the output a bit?