[TYPO3-dev] flexform - more displayCond

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Fri Feb 27 18:46:55 CET 2009


Dmitry Dulepov wrote:
> Hi!
> 
> Krystian Szymukowicz wrote:
>> are there any way to have multiple displayCond in flexform?
> 
> The answer is here:
> http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.2.0/view/4/2/#id4256737
> 
> Do you see multiple displayCond there?
> 
> You know the answer now :)
> 

Thanks for pointing me to docs! I've read them once more and although 
there is no possibility to have multiple conditions, now I see that my 
specific condition:

<displayCond>FIELD:what_to_display:=:SINGLE_GROUP_1:OR:FIELD:what_to_display:=:SINGLE_GROUP_2</displayCond> 



can be easly done with:


<displayCond>FIELD:what_to_display:IN:SINGLE_GROUP_1,SINGLE_GROUP_2</displayCond>


--
grtz
Krytian Szymukowicz




More information about the TYPO3-dev mailing list