[TYPO3-english] two dynamic classes to body tag

bernd wilke t3ng at bernd-wilke.net
Fri Feb 20 08:35:34 CET 2015


Am 20.02.15 um 08:15 schrieb Katja Lampela:
> Hi,
>
> I need to create dynamic body tag with two changing classes.
>
> If I use this:
>
> page.bodyTag >
> page.bodyTagCObject = COA
> page.bodyTagCObject {
> 10 = TEXT
> 10.value = sometext
> 20 = TEXT
> 20.field = uid

> 20.wrap =  page|
besser:
20.noTrimWrap = | page||

> wrap = <body class="|">
> }
>
> the body tag is for example <body class="sometextpage12">
> but I need it to be: <body class="sometext page12">
>
> So how can add the empty space there between texts?
>

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list