OpenWGA 7.7 - TMLScript reference
TMLContext "this"Method :
istagidvalid(tagid)
| On object | TMLContext "this" |
| Usage | Tests if a WebTML tag with the given id is available |
| Description | This is the TMLScript pendant of WebTML attribute istagidvalid. |
| Parameters |
tagid (String): ID to test |
| Return value | true if a WebTML tag if the given ID exists in the current WebTML environment |
| Allowed in script types |
|