OpenWGA 7.7 - TMLScript reference
DesignProperty :
baseReference
On object | Design |
Usage | Returns the base reference where this design points to |
Description |
A design object may contain a base reference. This is the name of a design resource - either WebTML module, script module or file container - which is used for various operations of this Design object, like:
This may return an empty string if the design object has no particular base reference. To fetch a Design object with a specific base reference from a Design object that has none use method resolve() giving it the name of the resource. |
Return value | The base reference name (String) |
Allowed in script types |
|