[TYPO3-templavoila] beLayout in TV 1.4.2

Francois Suter fsu-lists at cobweb.ch
Wed Apr 14 15:46:20 CEST 2010


Hi,

I would like to change the BE layout for a particular TO, so I put the 
following in the local processing field of my TO:

<T3DataStructure>
	<meta type="array">
		<beLayout>
			<![CDATA[
				<table>
					<tr>
						<td rowspan="2">###field_content###</td>
					</tr>
					<tr>
						<td>###field_righttop###</td>
						<td>###field_rightcolumn###</td>
					</tr>
				</table>
			]]>
		</beLayout>
	</meta>
</T3DataStructure>

but it has no effect. What did I do wrong?

BTW although there's a chapter about using beLayout in the manual, 
there's no indication of where it should be put inside the data structure.

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-project-templavoila mailing list