OpenWGA 7.10 - TMLScript reference
PortletEventMethod :
getParameter(name)
On object | PortletEvent |
Usage |
Reads the value of a portlet parameter |
Description |
Use this in event scripts to read parameters that the functionality throwing the portlet has set via portletEvent.addParameter(). |
Parameters |
name (String): Parameter name |
Return value |
Value of the portlet parameter |
Allowed in script types |
|