Print
Feature
Allows printing Scheduler contents using browser print dialog.
This feature is based on PdfExport with only difference that instead of sending request to a backend it renders content to an IFrame element and requests print dialog for it. For more details about preparing HTML for printing, please refer to the PdfExport docs.
Usage
const scheduler = new Scheduler({
features : {
print : true
}
})
// Opens popup allowing to customize print settings
scheduler.features.print.showPrintDialog();
// Simple print
scheduler.features.print.print({
columns : scheduler.columns.map(c => c.id)
});
This feature is disabled by default. For info on enabling it, see GridFeatures.
See also
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of Print class, or subclass thereof.
-
Identifies an object as an instance of Print class, or subclass thereof.