[TYPO3-templavoila] Handling MM-Relations
Niels Fröhling
niels.froehling at adsignum.com
Mon Nov 17 02:18:48 CET 2008
Peter Kuehn [wmdb] wrote:
> Hi Dmitry,
>
> thxn for your prompt reply!
>
> being not sure if this was a yes or no ;) and maybe i still dont
> understand the differences and things in common - there seem to be
> things special in TV - at least different from other core handled forms:
I believe what Dmitry meant was, that the DS essentially are regular
FlexForm + TV extras. Which means, you can add a MM-relation select-box,
if you manage to define the TCEform.config right. As with all complex
TCEform-elements you are responsible for interpreting the values stored
in the Flex-values. Basically TV does not apply some magic _after_
storing and _upon_ interpreting the DS, but TV adds
pre-selected/hand-picked TypoScript _on_ safeing the DS, after which the
DS becomes a standard FlexForm-DS in the point of view of the BE-GUI.
You are free to change the two sides of the call-path:
TCEform -> ... TV ... -> TypoScript
input -> management -> output
You should read the TCEform-doc (about the php-array, there are all
parameters explained) and start experimenting.
>
> Dmitry Dulepov schrieb:
>
>> Hi!
>>
>> Peter Kuehn [wmdb] wrote:
>>
>>> atm im wondering, if TV is able to handle formfields storing the data in
>>> MM-relations, especially in FCEs.
>>>
>> TV does not handle or display forms. It is all done by the TYPO3
>> core and it is not different from standard List or Page modules.
>>
>>
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila
Ciao
Niels
More information about the TYPO3-project-templavoila
mailing list