OpenWGA 7.2 - TMLScript reference

PortletEvent
Property :

name

On object PortletEvent
Usage Name of the portlet event
Description WebTML portlets subscribe to event names so they receive all events of that name when they are thrown. So the event name is responsible for which portlets receive an event.

In most usages the event name describes the cause for the event being thrown, for example "dataChanged" when the data of a document shown by a portlet is changed and it needs to refresh its display.
Writable False
Return value Name of the portlet event (String)
Allowed in script types
  • WebTML pages and normal WebTML actions