[TYPO3-content-rendering] Title-Attribute for page type "external url"

Michael Haugg michael.haugg at memmingen.de
Tue Oct 18 13:19:12 CEST 2005


Hello!

I'm trying to set a title attribute for the pagetype "external url".

I found already how to add additional information to pages of this type 
but I cannot add a title to the link.

This is what I tried:

1.NO {
   stdWrap.cObject = CASE
   stdWrap.cObject {
      key.field = doktype
      default = TEXT
      default {
        field = title
      }
      3 = TEXT
      3 {
        field = title
        wrap = |External Link
        ### NEITHER ONE OF THIS LINES WORK:
        #ATagParams = title=External Link
        #ATagTitle = External Link
      }
    ### ...NOR ONE OF THOSE:
    #ATagParams = title={$var_exturl_title}
    #ATagTitle = {$var_exturl_title}
   }
}

Does anybody have an idea?

Regards from Memmingen,

Michael



More information about the TYPO3-project-content-rendering mailing list