OpenWGA 7.0 - TMLScript reference

TMLPortlet "portlet"
Method :

clearChildState(name)

On object TMLPortlet "portlet"
Usage Clears the state of a child portlet
Description

This will perform all operations known from clearState() on the child portlet of the given name.

The adressed portlet does not have to be available on the current request for this method to work. It can also clear state of child portlets that are not loaded on the current request.

Parameters

name (String):

Name of the child portlet whose state is to clear

Allowed in script types
  • WebTML pages and normal WebTML actions