Ext JS Print one sheet and print in half sheet
- progettouno
- Posts: 65
- Joined: Thu Oct 25, 2018 5:22 pm
Ext JS Print one sheet and print in half sheet
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
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
- Attachments
-
- test.pdf
- (1.04 MiB) Downloaded 115 times
Re: Ext JS Print one sheet and print in half sheet
Try selecting "Control pagination": Multiple pages (vertically)?
Tired of debugging javascript errors in web applications? Try our new error logging service RootCause, or read more on the Sencha blog
@bryntum
Facebook
API documentation
@bryntum
API documentation
- progettouno
- Posts: 65
- Joined: Thu Oct 25, 2018 5:22 pm
Re: Ext JS Print one sheet and print in half sheet
I try but in attachment same result; I try with other browser (chrome) but same result
- Attachments
-
- test.pdf
- (351.07 KiB) Downloaded 116 times
- pmiklashevich
- Core Developer
- Posts: 3398
- Joined: Fri Apr 01, 2016 11:08 am
Re: Ext JS Print one sheet and print in half sheet
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.
Pavel Miklashevich - Core Developer