Search
DiagramView.loadFromXml Method
See Also
 





Loads the diagram from an XML file.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

function loadFromXml (fileUrl, [onLoad, [onError]])

 Parameters

fileUrl

String. The URL of an XML file where the data should be read from.

onLoad
Optional.

function. A callback that should be invoked if the file is loaded successfully.

onError
Optional.

function. A callback that should be invoked if the file could not be downloaded.

 See Also