Loads the library from the specified XML document.
Namespace: MindFusion.Diagramming
File: ShapeLibrary.js
SyntaxJavaScript
Copy Code
|
|---|
function loadFromXml (fileUrl, [onLoad, [onError]]) |
The URL of an XML file where the data should be read from.
A callback that should be invoked if the file is loaded successfully.
A callback that should be invoked if the file could not be downloaded.
See Also