RdsService.getSpecialImageListUrl

Syntax

getSpecialImageListUrl();

Description

The getSpecialImageListUrl method returns URL of the list of attribute images.

Comments

The method returns the value containing repository moniker or URL of images list that looks as follows:

"PPService.axd?action=proxy/GetBin?mon=JJLAHJPNOCHKEOAEDHLBKEPGKIHJKOEEKLNALAKAIONCBDFG!M!$Special!DimensionImageList&cache"

Example

To execute this example, the page must contain the DictionaryBox component named dictionaryBox (see. Example of creating the DictionaryBox component ). Get URL of the list of attribute images:

// Get MDM dictionary
var source = dictionaryBox.getSource()[0];
// Get service used to work with dictionary
var service = source.getPPService();
// Get URL
service.getSpecialImageListUrl();

After executing the example the console displays URL of the list of attribute images.

See also:

RdsService