Feature #17131
closedvalue:= function rendering sequence
0%
Description
Hi,
those value:= functions are applied before any data substitution (e.g. field/insertData) takes place.
Therefore something like this becomes impossible:
lib.box_headline = TEXT
lib.box_headline {
value={page:title}
insertData=1
value:=removeString(test)
}
(issue imported from #M5255)
Updated by Michael Stucki over 17 years ago
Right, and this is also explained in the documentation. It acts on TS parser level and doesn't know about page fields, rootline, etc.
You'll need to solve your problem differently, we cannot change this.
Updated by Nikolas Hagelstein over 17 years ago
Right, therefor i marked it as feature request ;)
Updated by Michael Stucki over 17 years ago
Aha. But then the description about the ":=" syntax is misleading. Well yes, there seems to be no such feature right now. I suggest you try to implement this using a new stdWrap property.
- michael
Updated by Alexander Opitz over 11 years ago
- Category deleted (
Communication) - Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Chris topher over 11 years ago
Alexander Opitz wrote:
is the handling in newer TYPO3 CMS Versions more like you expect it?
I don't think so. How would you do that with a current version? I don't know of a way...
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Christian Kuhn almost 3 years ago
- Status changed from New to Rejected
hey. i hope it's ok to set this ancient feature request to 'rejected' for now.