jQueryPlugins
jQueryPlugins copied to clipboard
printing multiple pages
It seems that i can only print the first page of an element that is longer than one page. Is this a plugin or browser print dialog problem?
The javascript code is as follows: $('#prt-workorder-window').printElement({pageTitle:'Word Order',overrideElementCSS:[{href:'css/workorder-print-form.css',media:'print'}]});