[TYPO3-templavoila] Table view for TV module
Joachim Streit
jstreit at ditnetwork.de
Fri Jan 18 19:14:47 CET 2008
Stefan Beylen schrieb:
> Dmitry Dulepov [typo3] wrote:
>> Vahan Amirbekyan wrote:
>>> default TV module shows all content elements of TV as columns. That
>>> is if I have two rows in the left column they show up as two columns
>>> in the TV module.
>>> Is there anyway to see a page in TV module per HTML? that is in
>>> multiple columns and rows view?
>>
>> Yes! And it is described in the manual...
>
> hm, I didnt know that Templavoila can this without me_templavoilalayout...
>
> can you please point me to the page in the manual where this is
> described? I cant find it
>
> thx
don't know where it is in the manual exactly. but lock at this little
code from TV DS :
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
<meta type="array">
<langChildren type="integer">1</langChildren>
<langDisable type="integer">0</langDisable>
<beLayout><![CDATA[
<table width="99%" border="1">
<tr>
<td valign=top width="16%"
style="display:none;">###field_left_content###</td>
<td valign=top width="66%">###field_main###</td>
<td valign=top width="34%" >###field_right###</td>
</tr>
</table>
]]></beLayout>
</meta>
<ROOT type="array">
<tx_templavoila type="array">
<title>ROOT</title>
<description>Select the HTML element on the page which you want to be
the overall container element for the template.</description>
<pageModule type="array">
<titleBarColor>#FFFFED</titleBarColor>
<displayHeaderFields>
pages.title
pages.description
pages.keywords
pages.author
pages.lastUpdated
</displayHeaderFields>
</pageModule>
</tx_templavoila>
......
hope it helps a bit ... (byte)
Joachim
More information about the TYPO3-project-templavoila
mailing list