[Typo3-dev] Looking for a function is TYPO3 source

Sylvain Viart sylvain at ledragon.net
Fri Sep 3 16:15:28 CEST 2004


Hi,

I've lost the trace of the function which generate to output of the 
content element of a page, in columns mode. (See screenshot)

I would like to see the code which render the BE content element for a page.

I'm in the source: sysext/cms/layout/db_layout.php
in function: SC_db_layout::renderListContent()

But after the toolBar, I lost the content in a loop. :-(

CVS version TYPO3 3.7.0

I suppose that this code do the job but how ?

Line: 1112

// Add the content for each table we have rendered (traversing
// $tableOutput variable)
          foreach($tableOutput as $table => $output)   {
             $this->content.=$this->doc->section('<a 
name="'.$table.'"></a>'.$dblist->activeTables[$table],$output,TRUE,TRUE,0,TRUE);
             $this->content.=$this->doc->spacer(15);
             $this->content.=$this->doc->sectionEnd();
          }

-- 
Regards,
Sylvain Viart (France)
TYPO3 DocTEAM.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BE_columns_content_element.png
Type: image/png
Size: 20607 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-dev/attachments/20040903/603bd32c/attachment.png>


More information about the TYPO3-dev mailing list