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