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