Print
Feature
This feature enables printing of the current Calendar mode.
Usage
const calendar = new Calendar({
features : {
print : true
}
});
// Simple print
calendar.print();
This feature is disabled by default.
Useful configs
| Config | Description |
|---|---|
| wysiwyg | Print week rows matching on-screen heights |
| titleRenderer | Custom function for the print document title |
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
This config is passed to the Grid print feature. Print dialog is ignored, instead Grid is printed with best default configs.
-
Config for printer.
-
Map of printer classes to use in print feature
Functions
Functions are methods available for calling on the class-
Prints the current active view of the Calendar