[TYPO3-german] target-Attribut und xhtml

Helmut Hummel typo3 at rampenlicht.org
Mon Aug 20 18:36:55 CEST 2007


Hallo Christopher,

Christopher schrieb:
> 
> das realisiert genau das, was ich suche.
> 
> tt_content.text.20.parseFunc.tags.link {
>  typolink.target =
> }

Nur zur Info:

Aus den Constants von css-styled-content:

styles.content.links {
...
 target = {$PAGE_TARGET}
...
}

Und aus dem Setup:
lib.parseFunc {
...
  tags {
    link = TEXT
       link {
          typolink.target = {$styles.content.links.target}
...

D.h. über PAGE_TARGET kannst Du also das selbe erreichen, bzw. noch mehr
weil diese Konstante auch noch im mailform und searchform verwendet wird.

Und Du kannst dafür sogar den Constant Editor verwenden (Abschnitt
Advanced).

-- 
Viele Grüße
Helmut


More information about the TYPO3-german mailing list