Exit
Component Signature
<bx:Exit method=[string] />Attributes
Atrribute
Type
Required
Description
Default
Examples
Simple bx:exit example
<bx:output>
<bx:loop from="1" to="5" index="i">
<bx:if i == 3 >
<bx:exit>
<bx:else>
#i#
</bx:if>
</bx:loop>
</bx:output>Last updated
Was this helpful?
