[TYPO3-english] Rendering shortcuts
Paul Johnson
paul at studioe9.com
Thu Nov 19 23:08:39 CET 2009
How can I render tt_content records which are of ctype: shortcut ?
temp.shortlist = CONTENT
temp.shortlist {
table=tt_content
wrap=|
select{
where=colPos=2
}
renderObj = COA
renderObj.wrap = <div id="shortlist" >|</div>
renderObj {
...
5 = TEXT
5 {
if.value = shortcut
if.equals.field = ctype
# how to render the shortcut ... or access the fields of the shortcut
record ????
}
}
}
More information about the TYPO3-english
mailing list