summernote-ext-print
v0.1.6
Published
Print plugin for summernote
Downloads
296
Readme
Print plugin for Summernote
This plugin allows summernote prints its document, not whole web page.
DEMO PAGE : http://lqez.github.io/summernote-ext-print/
USAGE
If you're using bower, than just type
bower install summernote-ext-print
or download and copy summernote-ext-print to your own directory.Embed
summernote-ext-print.js
into your page.Configure the toolbar of summernote like below.
$('#summernote').summernote({
toolbar: [
...
['misc', ['print']]
],
...
});
OPTIONS
print.stylesheetUrl
- summernote-ext-print uses(inherit) styles/css of original document by default. But if you want to use different styles for printing, set a url of stylesheet file on this.
$('#summernote').summernote({
toolbar: [
...
['misc', ['print']]
],
print: {
'stylesheetUrl': 'url_of_stylesheet_for_printing'
}
...
});
AUTHOR
LICENSE
MIT