OpenWGA 7.6 - TMLScript reference

TMLPortlet "portlet"
Method :

removeVar(name)

On object TMLPortlet "portlet"
Usage Removes a WebTML portlet variable
Description Use this method to remove portlet variables that have been set via portlet.setVar() in TMLScript or the pvar attribute of WebTML. It cannot be used to remove portlet session variables which is done by method portlet.removeSessionVar().
Parameters name (String):
Name of the variable to remove
Allowed in script types
  • WebTML pages and normal WebTML actions