Thema: Gelöst - onclick in a-tag hinzufügen
Einzelnen Beitrag anzeigen
  #1  
Alt 18.09.07, 12:22
best4u best4u ist offline
Forum Newbie
 
Registriert seit: 07.08.07
Beiträge: 35

onclick in a-tag hinzufügen


hi @ all!

ich erstelle so meinen printlink:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
temp.print = IMAGE
temp.print.file = fileadmin/print.png
temp.print.imageLinkWrap = 1
temp.print.imageLinkWrap.enable = 1
temp.print.imageLinkWrap.typolink{
target = _blank
no_cache = 1
parameter.data = field:uid
additionalParams = &type=98
ATagBeforeWrap = 1
}

nun möchte ich, dass statt "target = _blank" ein onclick attribut innerhalb des <a>-tags hinzugefügt wird.

hat jemand eine idee??

danke und lg,
sebastian

Geändert von Cybersmog (18.09.07 um 12:33 Uhr).
Mit Zitat antworten