Feature #17309
closedAdd a property to stdWrap.data to access values from flexforms
100%
Description
It would be nice to have the option of accessing flexform fields directly from stdWrap.data.
Something like
10 = TEXT
10.data = flex:fieldname|sheetname|flexformfield|table
Where
fieldname = name of the flexform field out of the given sheet
sheetname = label of the sheet to use (if no sheet is set, use the default sheet)
flexformfield = fieldname of the DB field containing the flexform (if nothing is set, use tt_content.pi_flexform)
table = table to get the field from (can be pages or tt_content)
Do you think this is possible to do in a more or less logicall way?
(issue imported from #M5632)
Updated by Martin Kutschker over 17 years ago
I think it's possible, but you shouldn't be able to specify the table. IMHO this should simply work on the current row/data, whatever table it comes from.
Updated by Alexander Opitz over 11 years ago
- Status changed from New 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 Jo Hasenau over 11 years ago
AFAIK it's not yet possible to access flexform data the way it is described in the report.
So IMHO this would be a cool feature for 6.2 LTS
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Marc Bastian Heinrichs over 11 years ago
- Category set to TypoScript
- Target version set to 6.2.0
- TYPO3 Version changed from 4.1 to 6.2
- PHP Version changed from 4.3 to 5.3
I have made a xclass for stdWrap "field" to access the flexform data quite some time ago.
Will try to push a patch before feature freeze :-)
Updated by Ernesto Baschny about 11 years ago
- Target version deleted (
6.2.0)
Would have been a cool 6.2 feature indeed, but sadly no time for it anymore. Please consider it for future TYPO3 versions, this is not the last one. :)
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
Is this done with #20767?
Updated by Riccardo De Contardi over 9 years ago
@Mathias Schreiber umm...no I don't think it is the same thing
AFAIK at the present time, the only way to access flexforms data is using the extension EXT:cobj_xpath
http://docs.typo3.org/typo3cms/extensions/cobj_xpath/Tutorials/UsingXpathToReadFlexformValues/Index.html
Updated by Alexander Opitz over 9 years ago
- Subject changed from Add a property to stdWrap.data to access values form flexforms to Add a property to stdWrap.data to access values from flexforms
- Status changed from Needs Feedback to New
- Assignee deleted (
Mathias Schreiber)
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49639
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49639
Updated by Georg Ringer about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 096c981961c1804a078ac0ec7f93b54d13bd8efc.
Updated by Benni Mack over 4 years ago
- Sprint Focus changed from PRC to Needs Decision