Formulář a třídy pro odesílání e-mailů. Implementováno odesílání PDF

sestav mailem.
This commit is contained in:
2014-07-02 16:21:24 +02:00
parent e26f56fcb9
commit 1283fe627d
13 changed files with 328 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
viewModel="@id('vm') @init('info.bukova.isspst.ui.reporting.ReportVM')">
<caption src="/img/print.png" zclass="form-caption" label="${labels.ReportReport}" />
<toolbar>
<toolbarbutton image="/img/send.png" tooltiptext="${labels.ReportSend}"/>
<toolbarbutton image="/img/send.png" tooltiptext="${labels.ReportSend}" onClick="@command('send')"/>
</toolbar>
<iframe width="800px" height="660px" src="/api/report.pdf"/>
</window>