MindFusion.Diagramming for JavaScript Programmer's Guide

Cell.setImageLocation Method

See Also
 





Sets the URL of the image displayed inside this cell.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

function setImageLocation (value)

 Parameters

value

A valid URL string that identifies the image to be loaded.

 See Also