OpenWGA 7.7 - WebTML reference
WebTML tags<tml:script>
Description :
Evaluates the TML script code contained in the body of the tag.
Attributes:
Name | Value(s) | Purpose | |
expression | expression |
Alternative definition of the expression to execute |
Examples:
<tml:script>
return "Hello " + item("surname");
</tml:script>