OpenWGA 7.11 - TMLScript reference
TMLPortlet "portlet"Method :
child(name)
On object | TMLPortlet "portlet" |
Usage |
Returns the TMLPortlet object for the child portlet of the given name |
Description |
The name of a portlet is only a unique qualifier for its parent portlet (see The portlet hierarchy and portlet paths). So calling this method with the same name on different portlets will retrieve different child portlets. |
Parameters |
name (String): Name of the portlet |
Return value |
Portlet configuration object (TMLPortlet) |
Allowed in script types |
|