OpenWGA 7.10 - TMLScript reference

App
Method :

design([reference])

On object App
Usage Retrieve the Design of this application
Description This returns a design object representing a base reference to the design of the application.
Parameters

reference (String - optional)

A reference to a design object. Same as design().resolve(reference)

Return value Design object
Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events
Examples
WGA.app("other-App").design("overlay").label("some-key");