[TYPO3-templavoila] rendering of selector box
    Dmitry Dulepov 
    typo3 at fm-world.ru
       
    Thu Feb 23 14:17:45 CET 2006
    
    
  
Hi!
Bartosz Aninowski wrote:
>>> How can I render it in following way:
>>> <p>value1</p>
>>> or
>>> <div>value1</div>
>> Probably with a help of TSRef.
> 
> 
> Can you give me some example, link, hint?
stdWrap.split I think. Something like this:
<stdWrap>
split {
	token.char = ,
	cObjNum = 1
	1.current = 1
	1.wrap = <p>|</p>
}
</stdWrap>
This should go to DS (easier) or TO (more elegant) XML.
Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
    
    
More information about the TYPO3-project-templavoila
mailing list