|
- export const printShareListItems = [
- {
- label: 'teilen',
- href: '#',
- target: null,
- class: 'share-mail',
- id: 'teilen',
- title: null,
- onMouseDown: null,
- },
- {
- label: 'drucken',
- href: '?print=true&printsrc=button',
- target: null,
- class: 'print-btn',
- id: 'teilen',
- title: 'Dokument drucken',
- onMouseDown: 'if (typeof (ET_Event) !== \'undefined\') {_etracker.sendEvent(new et_ClickEvent(\'Dokument drucken\', \'Seitenfunktion\'))}',
- },
- {
- label: 'speichern',
- href: '/blueprint/printpdf/?stream=true&contentId=5627068',
- target: '_blank',
- class: 'print-pdf',
- id: null,
- title: 'Dokument als PDF',
- onMouseDown: 'if (typeof (ET_Event) !== \'undefined\') {_etracker.sendEvent(new et_ClickEvent(\'Dokument als PDF\', \'Seitenfunktion\'))}',
- }
- ]
|