[TYPO3] Different wrap for last content in content area

Tapio Markula tapio.markula at xetpoint.fi
Mon Oct 8 15:44:05 CEST 2007


Øyvind Frøland - UniWeb AS kirjoitti:
> Dear Tapio,
> 
> Try the following oneliner:
> 
> tt_content.text.20.dataWrap = <div class="first">|</div> |*| <div 
> class="middle">|</div> |*| <div class="last">|</div>

seems not to work - this either


# renedring definitions on a per column basis
temp.customRender = CASE
temp.customRender {
     key.field = colPos
     default < tt_content
     1 < tt_content
     2 < tt_content
     3 < tt_content

     2.text.stdWrap.dataWrap= <div style="border:1px solid red;">|</div>
  }

trie to set for 0 and 1 different wrap.


More information about the TYPO3-english mailing list