Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save vijayrami/a83f16b76950ace93c86 to your computer and use it in GitHub Desktop.

Select an option

Save vijayrami/a83f16b76950ace93c86 to your computer and use it in GitHub Desktop.
Flex Form Changes Based On Selection in TYPO3 FCE
<flux:field.select name="mode" items=" ,tab,pill" required="1" requestUpdate="TRUE" />
<f:if condition="{0: mode} == {0: 'tab'}">
<flux:field.select name="tabDirection" items="above,below,left,right" />
</f:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment