[Typo3] Address field

Brian Bendtsen brb at mentor-it.dk
Wed Nov 9 13:27:41 CET 2005


tobias erlacher wrote:
> Hi,
> 
> with the records object you can get a single content element, not the  
> content of a whole page.
> 
> http://typo3.org/documentation/document-library/doc_core_tsref/RECORDS/
> 
> subparts.address=RECORDS
> subparts.address.tables = tt_content
> subparts.address.source=12 #the uid of the content element
> 
> 
> If you want to have all the content elements of a page you have to use  
> CONTENT
> 
> http://typo3.org/documentation/document-library/doc_core_tsref/CONTENT/
> 
> subparts.address = CONTENT
> subparts.address.table = tt_content
> subparts.address.select {
>     pidInList = 1 # the uid of the page containing the elements
>     orderBy = sorting
> }
> 
> Hope that helps
> 
> Tobias Erlacher
> 
> www.typo3wizard.com

Hi Tobias

That was very helpful thank you.

/Brian Bendtsen



More information about the TYPO3-english mailing list