OpenWGA 7.1 - WebTML reference
WebTML tags<tml:script>
Description :
Evaluates the TML script code contained in the body of the tag. Equivalent to <tml:evaluate language="tmlscript">.
Derived from:
Error resolving unique name "dr.webtml.evaluate"
Attributes:
show inherited attributes ... | |||
Name | Value(s) | Purpose |
Examples:
<tml:script>
return "Hello " + this.item("surname");
</tml:script>