[Typo3-dev] Released dynaflex
Thomas Hempel
thomas at work.de
Wed Sep 14 09:11:28 CEST 2005
Hi Dimitry,
> My main problem was that I need dynamically regenerate flexforms for the
> BE when a value in flexform changes. So far I could not find a proper
> way. Hopefully I will with dynaflex.
Currently it will not work! Two reasons. First a flexform doesn't reload
if a field is changed. This can be done by drawing the field with a
userfunction or define the field as type field. But for this you won't
need dynaflex.
The second is, that dynaflex doesn't handle inline values of flexforms
now. But if you need that, I will implement it. So you can do it that
way, that you define a field (for example number of downloads with
values 1-10) inside your flexform.
Than you have to define a configuration that draws 1-10 upload fields
corresponding to the values that is selected in the flexform field. But
the update will occure if the user saves the form.
But keep in mind, that thiis not implemented yet. If you need that
functionality, please tell me. :-)
Greets,
Thomas
More information about the TYPO3-dev
mailing list