Page 1 of 1

Ext JS Print one sheet and print in half sheet

Posted: Thu Oct 25, 2018 5:27 pm
by progettouno
Hello we try this:
https://bryntum.com/examples/scheduler-for-extjs/print/

1) is possibile to print in one sheet?
2) when we try to print, not print in all sheet but create a mini-area (half sheet) you can see in attachment

Thankyou

Re: Ext JS Print one sheet and print in half sheet

Posted: Thu Oct 25, 2018 5:35 pm
by mats
Try selecting "Control pagination": Multiple pages (vertically)?

Re: Ext JS Print one sheet and print in half sheet

Posted: Fri Oct 26, 2018 8:47 am
by progettouno
I try but in attachment same result; I try with other browser (chrome) but same result

Re: Ext JS Print one sheet and print in half sheet

Posted: Fri Oct 26, 2018 11:12 am
by pmiklashevich
The issue is fixed and will be a part of next nightly build. Sch.plugin.Printable extends Sch.plugin.Export and overrides buildExporters function and 'Sch.plugin.exporter.SinglePage' is missing. I've got rid of the override, so Sch.plugin.Printable will also have Singe page in its options. Thank you for the report.