OpenWGA 7.10 - WebTML reference

WebTML tags » item

<tml:item aliasesitem ="item name | tml-variable">

Purpose:

This is an alternative way to specify aliases for this item. The aliases will be specified by a list containing strings. Each entry specifies the alias and the corresponding item value delimited by "|".

Examples:

<tml:script>
     _aliasColors = createlist();
     _aliasColors.add("green|g");
     _aliasColors.add("yellow|y");
     _aliasColors.add("blue|b");
</tml:script>

<tml:item name="color" aliasitem="_aliasColors"/>