OpenWGA 7.10 - TMLScript reference

WGA » WGA.TMLScript
Method :

callMethod(object, method)

On object WGA.TMLScript
Usage Calls a method without parameters or retrieves a property from a TMLScript object
Parameters

object (Object)

The object

method (String)

The method/property name. Use dots to chain multiple method calls/property retrievals together.

Return value

The property or return value

Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events