[TYPO3-templavoila] FCE's, custom tables & the RECORDS object
John Kavanagh
john.kavanagh at roomthree.com
Fri Apr 18 13:36:27 CEST 2008
Hello,
Can anybody tell me whats wrong with the RECORDS object below? I am
trying to get it to render objects from my custom table
"tx_courses_type".
<field_6d9c00 type="array">
<tx_templavoila type="array">
<title>contentest</title>
<sample_data
type="array">
<numIndex
index="0"></numIndex>
</sample_data>
<eType>ce</eType>
<TypoScript><![CDATA[
10= RECORDS
10.source.field=typename
10.tables = tx_courses_type
10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
]]></TypoScript>
<oldStyleColumnNumber
type="integer">0</oldStyleColumnNumber>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>group</type>
<internal_type>db</internal_type>
<allowed>tx_courses_type</allowed>
<size>5</size>
<maxitems>200</maxitems>
<minitems>0</minitems>
<multiple>1</multiple>
<show_thumbs>1</show_thumbs>
</config>
<label>contentest</label>
</TCEforms>
</field_6d9c00>
More information about the TYPO3-project-templavoila
mailing list