MetaSrv.getSpecialImageListUrl

Syntax

getSpecialImageListUrl();

Description

The getSpecialImageListUrl method returns the URL to the icons file for metadata tree.

Example

To execute the example, the HTML page must contain the MetaTree component named metaTree (see MetaTree Constructor). Get the URL to the icons file for metadata tree:

// Get the URL to the icons file for metadata tree:
console.log("URL to the icons file: " + metaService.getSpecialImageListUrl());

As a result the console displays the URL to the icons file for metadata tree:

URL to the icons file: ../build/img/GlbClsImg16.png

See also:

MetaSrv