Search
ContainerPage.loadFromXml Method
See Also
 





Loads the page's content from an XML element.

Namespace: MindFusion.Diagramming
File: ContainerPage.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.

 See Also