OpenWGA 7.1 - TMLScript reference
TMLContext "this"Method :
tagInfo(tagid, infoname)
| On object | TMLContext "this" |
| Usage |
Retrieves a WebTML tag information |
| Description |
This method is the TMLScript pendant of <tml:metadata type="taginfo"/> and is used to retrieve information fields from WebTML tags, called "tag infos". |
| Parameters |
tagid (String):
ID of the tag to retrieve tag information from |
| Return value |
A tag information field. The data type is dependent on the field itself. |
| Allowed in script types |
|