Project

General

Profile

Actions

Feature #17659

closed

Extend render userFuncs by TS field property

Added by Oliver Hader over 16 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Miscellaneous
Target version:
-
Start date:
2007-10-08
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

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
    ...
  }
}

(issue imported from #M6473)


Files

0006473.patch (2.53 KB) 0006473.patch Administrator Admin, 2007-10-08 14:51
Actions #1

Updated by Oliver Hader over 16 years ago

Committed to Trunk (rev. 2738) -- will be in TYPO3 4.2-alpha3

Actions

Also available in: Atom PDF