Search
XmlPersistContext.readBool Method
See Also
 





Reads a Boolean value with the specified name.

Namespace: MindFusion.Diagramming
File: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function readBool (elementName, parentElement, defaultValue)

 Parameters

elementName

String. A string specifying the name of the Boolean XML element.

parentElement

Element. The parent DOM Element object.

defaultValue

Boolean. The default value to return if specified child XML element does not exist.

 Return Value

Boolean. The value loaded from XML.

 See Also