Reads a string value with the specified name.
Namespace: MindFusion.Diagramming
Package: XmlPersistContext.js
JavaScript Copy Code |
---|
function readString (elementName, parentElement, [defaultValue]) |
The name of the string's XML element.
The parent DOM Element object.
The default string to return if specified child XML element does not exist.
Type: String
The string loaded from XML.