OpenWGA 7.0 - WebTML reference

WebTML tags

<tml:caseelse>

Description :
Can be used within <tml:select>. The body of this tag is evaluated if none of the case conditions matches.
Derived from: Only available in the following parent tags: Attributes:
show inherited attributes ...
Name Value(s) Purpose

Examples:
<tml:select>
    <tml:case isempty="headline">
        No headline defined
    </tml:case>
    <tml:caseelse>
        Headline: <tml:item name="headline"/>
    </tml:caseelse>
</tml:select>