OpenWGA 7.10 - TMLScript reference
DesignMethod :
plugins()
On object | Design |
Usage | Returns the plugin(s) by which the current design is retrieved |
Description |
The design of an application may originate from multiple plugins if customizable designs are used. In that case a base design is combined with an overlay design to form the complete set of design resources. This method returns a List of Plugin objects for those plugins from which the design is combined. The first plugin of the list is the base design plugin. The second plugin in the list, if any, is the overlay plugin. |
Return value | List of Plugin objects |
Allowed in script types |
|