Search
XmlPersistContext.writeInt Method
See Also
 





Writes an integer number with the specified name.

Namespace: MindFusion.Diagramming
File: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function writeInt (intValue, elementName, parentElement)

 Parameters

intValue

Number. The number that should be saved in current XML document.

elementName

String. A string specifying the name of the new element.

parentElement

Element. The parent DOM Element object.

 Return Value

Element. The newly created DOM Element object.

 See Also