OpenWGA 7.9 - TMLScript reference

TMLPortlet "portlet"
Property :

name

On object TMLPortlet "portlet"
Usage Returns the name of the portlet
Description The name of the portlet is issued to it on registration. It is an identifier that is unique among all portlets that share the same parent portlet. It is however not unique for all portlets of the current user.

You can use the name of a portlet to retrieve its configuration by using it with the portlet.getPortletForName() method of its parent portlet.
Writable False
Return value The name of the portlet (String)
Allowed in script types
  • WebTML pages and normal WebTML actions
    portletevent