DigiComp.FluidRenderFunctions/Resources/Private/Templates/Tests/Functional/Fixtures/Test/ExtendedSelect.html

7 lines
219 B
HTML
Raw Permalink Normal View History

{namespace rf=DigiComp\FluidRenderFunctions\ViewHelpers}
<rf:registerRenderFunction as="renderTag">
{subject.name} is cool
</rf:registerRenderFunction>
<f:form.select options="{tags}" renderFunction="renderTag" />