選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

29 行
826 B

  1. export const printShareListItems = [
  2. {
  3. label: 'teilen',
  4. href: '#',
  5. target: null,
  6. class: 'share-mail',
  7. id: 'teilen',
  8. title: null,
  9. onMouseDown: null,
  10. },
  11. {
  12. label: 'drucken',
  13. href: '?print=true&printsrc=button',
  14. target: null,
  15. class: 'print-btn',
  16. id: 'teilen',
  17. title: 'Dokument drucken',
  18. onMouseDown: 'if (typeof (ET_Event) !== \'undefined\') {_etracker.sendEvent(new et_ClickEvent(\'Dokument drucken\', \'Seitenfunktion\'))}',
  19. },
  20. {
  21. label: 'speichern',
  22. href: '/blueprint/printpdf/?stream=true&contentId=5627068',
  23. target: '_blank',
  24. class: 'print-pdf',
  25. id: null,
  26. title: 'Dokument als PDF',
  27. onMouseDown: 'if (typeof (ET_Event) !== \'undefined\') {_etracker.sendEvent(new et_ClickEvent(\'Dokument als PDF\', \'Seitenfunktion\'))}',
  28. }
  29. ]