[TYPO3-english] Concatenation in dataWrap variable
    Martin Bless 
    m.bless at gmx.de
       
    Wed Jan 18 09:49:24 CET 2012
    
    
  
[Gregory Loichot] wrote & schrieb:
>I would like to concatenate 2 variables in a dataWrap.
The general approach often is: If the object has stdWrap properties
you can use cObject that allows you to use another content element.
(untested)
10 = TEXT
10.cObject = COA
10.cObject {
  1 = TEXT
  1.value = I'm part one.
  2. TEXT
  1.value = I'm part two
}
You get the idea?
use   ...cObject = COA  to include more typoscript objects.
Martin
-- 
http://mbless.de
    
    
More information about the TYPO3-english
mailing list