Support printing user's itinerary
- Define print.css with media=print type (note: could've been handled with @media queries) - Define printPage port to interop with window.print() JS function - Support UI.wrapNoPrint to wrap components with a the no-print CSS
This commit is contained in:
parent
699892883c
commit
803db7a5b2
5 changed files with 55 additions and 24 deletions
3
client/print.css
Normal file
3
client/print.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.no-print {
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue