getSpecialImageListUrl();
The getSpecialImageListUrl method returns URL of the list of attribute images.
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"
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: