Does TYPO3 (or probably some developer extensions) proposes some API helpers to get / set values for FlexForms XML, which are used in plugins configurations (BE/eID usage also) ?
Does TYPO3 (or probably some developer extensions) proposes some API helpers to get /
Share
Have a look at flux, an extbase-extension http://fedext.net/examples/flux/features.html
Pros:
– Write FlexForms in fluid
– Dynamic reloading of parts of forms when something changes
– Abitity to hook into load/save of flexform values and do additional processing
Cons:
– Needs fed, which is huge and overkill if you just want a better way to dealing with flexforms
– For me, at least, it had some bugs
However, even if you do not use it, it makes sense to download it and have a look at the code. You can learn a lot about how T3 handles FlexForms internally and perhaps come up with a simpler way to solve your problem.