<tml:then>

Description:
Can only be used within tml:if. Only executes its content when the condition of the superior if is true.
Attributes:
General WebTML attributes are hidden -> show general attributes
Name Value(s) Version Usage

Details:
Examples:

    <tml:if condition="...">

      <tml:then>
        do something ...
      </tml:then>
      <tml:else>
        do something else
      </tml:else>
    </tml:if>