ASP.NET Pack Programmer's Guide
ShapeLibrary.loadFromXml Method
See Also
 





Loads the library from the specified XML document.

Namespace: MindFusion.Diagramming
Package: ShapeLibrary.js

 Syntax

JavaScript  Copy Code

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

 Parameters

fileUrl

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

onLoad
Optional.

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

onError
Optional.

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

 See Also

ShapeLibrary Members
ShapeLibrary Class
MindFusion.Diagramming Namespace