[TYPO3-content-rendering] documentaion of new textpic options

Martin Ficzel martin.ficzel at gmx.de
Thu Apr 20 13:20:00 CEST 2006


diving into the rendering i'm mostly wondering where the default
behavior is coming from

- the field render method is not set per default
- the rendering is not set per default
- so reading the source i would expect to have the table mode active

> if (!$renderMethod || $renderMethod == 'table')	{
> 	return $this->cObj->IMGTEXT($conf);
> }

but it is rendering definition lists

how does that work and where can i find the default settings to learn from

regards Martin



More information about the TYPO3-project-content-rendering mailing list