Search
DomUtils.loadImageList Method
See Also
 





Loads the images from the specified list of image url-s.

Namespace: MindFusion.Controls
File: DomUtils.js

 Syntax

JavaScript  Copy Code

function loadImageList (images)

 Parameters

images

Array. An array of image url-s.

 Return Value

Promise. Promise object contaning an array of images in base64 format.

 See Also