OpenWGA 7.6 - WebTML reference

WebTML tags

<tml:else>

Description :
Renders its contents if the condition of the surrounding <tml:if> and also all earlier <tml:elseif> conditions fail
Derived from: Only available in the following parent tags: Attributes:
show inherited attributes ...
Name Value(s) Purpose

Details:
If the contents of the <tml:else> tag is not rendered because any earlier condition of <tml:if> or <tml:elseif> was true then it will also not write WebTML variables that may have been specified by any variable-writing attributes on it like var, pvar, sessionvar etc.
Examples:
See <tml:if>