[TYPO3-core] RFC: Feature Request #6473: Extend render userFuncs by TS field property

Oliver Hader oh at inpublica.de
Tue Nov 20 10:20:33 CET 2007


Committed to Trunk (rev. 2738)

olly


Oliver Hader schrieb:
> This is a SVN patch request.
> 
> Problem:
> CSC uses user functions for rendering bulles, tables and uploads. Field
> containing the data to be processed is hardcoded in
> tx_cssstyledcontent_pi1. It is not possible to re-use those objects for
> own extensions when the fields are different, e.g.
> 
> content = CONTENT
> content {
>   ...
>   renderObj = COA
>   renderObj {
>     ...
>     20 =< tt_content.table.20
>     20.field = tx_myext_myfield
>     ...
>   }
> }
> 
> Solution:
> Integrate the possibility to use the field property for bullets, tables
> and uploads using TypoScript.
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=6473
> 
> Branch: Trunk
-- 
Oliver Hader
http://inpublica.de/


More information about the TYPO3-team-core mailing list