Feature #37939
closed
displayCond should allow multiple conditions/checks
Added by Stefan Neufeind over 12 years ago.
Updated about 6 years ago.
Category:
FormEngine aka TCEforms
Description
In some cases it would be good to have at least basic support for multiple conditions. Since afaik multiple displayCond-entries in flexform are a problem, we would need to find a syntax within one displayCond-entry to check for two or more things at once (if "a selected and b selected" or so).
isnt't that a duplicate of #18211?
about #18211: Sort of, I agree. Didn't find that one until now.
The only point is that you can't write "arrays" into flexform-XML. So if 18211 goes in imho we'd need to check it can also be configured in XML-notation. Leave this here as a separate bug for follow-up after the other thing is merged? Or add a comment to 18211 and close this one here as duplicate?
- Status changed from New to Needs Feedback
@Stefan: what do you mean by 'you can't write "arrays" into flexform-XML'? Arrays are used for making selectorbox items:
<config>
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">Label1</numIndex>
<numIndex index="1">Value1</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">Label2</numIndex>
<numIndex index="1">Value2</numIndex>
</numIndex>
</items>
</config>
Oh yes sure, it's doable that way. I just wasn't sure how those nested displayCond-statements would look like. It could work / be made working :-)
- Status changed from Needs Feedback to Resolved
Resolved as dupe of #18211 for now.
- Status changed from Resolved to Closed
Also available in: Atom
PDF