Don't like ads? PRO users don't see any ads ;-)
Guest

ikkuplio

By: a guest on Dec 10th, 2011  |  syntax: TypoScript  |  size: 0.42 KB  |  hits: 99  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Target Hack: Wenn der ALT Text PDF istm wird das Target auf _blank gesetzt
  2.  
  3. lib.target_stored < tt_content.image.20.1.imageLinkWrap.typolink.target
  4. lib.target = CASE
  5. lib.target {
  6.         key.field = altText
  7.  
  8.         default = TEXT
  9.         default < lib.target_stored
  10.  
  11.         PDF = TEXT
  12.         PDF.value = _blank
  13.  
  14. }
  15. tt_content.image.20.1.imageLinkWrap.typolink.target >
  16. tt_content.image.20.1.imageLinkWrap.typolink.target.cObject < lib.target
  17.  
  18.