Hallo zusammen,
ich setze fullcalendar als plugin in einer xpage ein. Ein tolles Tool, wenn es um Kalender im Web geht.
Leider funktioniert das Drucken in den views agendaWeek und agendaDay nicht. Es wird jeweils nur die erste Zeile (Datumsraster) und die ganztägigen Termine ausgegeben. Der Rest fehlt.
Die Fullcalendar-Ressourcen habe ich wie folgt eingebunden:
<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"
xmlns:xe="http://www.ibm.com/xsp/coreex">
<xp:this.resources>
<xp:styleSheet href="fullcalendar/fullcalendar.min.css">
</xp:styleSheet>
<xp:headTag tagName="script">
<xp:this.attributes>
<xp:parameter name="type" value="text/javascript" />
<xp:parameter name="src"
value="fullcalendar/moment.min.js" />
</xp:this.attributes>
</xp:headTag>
<xp:headTag tagName="script">
<xp:this.attributes>
<xp:parameter name="type" value="text/javascript" />
<xp:parameter name="src"
value="fullcalendar/fullcalendar.min.js" />
</xp:this.attributes>
</xp:headTag>
<xp:headTag tagName="script">
<xp:this.attributes>
<xp:parameter name="type" value="text/javascript" />
<xp:parameter name="src" value="fullcalendar/gcal.js" />
</xp:this.attributes>
</xp:headTag>
<xp:headTag tagName="script">
<xp:this.attributes>
<xp:parameter name="type" value="text/javascript" />
<xp:parameter name="src"
value="fullcalendar/lang-all.js" />
</xp:this.attributes>
</xp:headTag>
<xp:headTag tagName="script">
<xp:this.attributes>
<xp:parameter name="type" value="text/javascript" />
<xp:parameter name="src" value="fullcalendar/de.js" />
</xp:this.attributes>
</xp:headTag>
<xp:styleSheet href="fullcalendar/fullcalendar.min.css">
</xp:styleSheet>
<xp:styleSheet media="print" href="fullcalendar/fullcalendar.print.css">
</xp:styleSheet>
<xp:script src="/fullCalendar_CSJS.js" clientSide="true"></xp:script>
<xp:styleSheet href="/egvFullCalendar.css"></xp:styleSheet>
</xp:this.resources>
</xp:view>
Das print.css ist also eingebunden und wird auch geladen.
Hat jemand von euch Erfahrungen damit oder besser noch eine Lösung zu dem Problem?
Gruß
Hubert