Search
DiagramNode.loadFromXml Method
See Also
 





DiagramItem.loadFromXml override. Loads the node's content from an XML element.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function loadFromXml (xmlElement, context)

 Parameters

xmlElement

Element. An XML DOM element containing the item's data.

context

XmlPersistContext. An object providing contextual information about the serialization process and some helper serialization methods.

 See Also