[TYPO3] Is it possible? Could a BE form be defined according to a record value.

Tomas Mrozek mail at cascaval.com
Tue Nov 13 21:14:20 CET 2007


> Is there within Typo3 anything already implemented? 

Well, if I got you right, there are 2 things that may help you:

1. Parts of the BE form may/may not appear according to the value of 
some other field. See 'displayCond' in
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/#id3651270

2. TYPO3 may request user to reload the form when some field is changed. 
This actually helps you get use of the previous point. See 
'requestUpdate' in 
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/#id3613220

However, I am not sure how well these things work with IRRE.

Tomas Mrozek


More information about the TYPO3-english mailing list