Search
XmlPersistContext.addChildElement Method
See Also
 






Adds a new child node with the specified name andvalue to the specified parent node.

Namespace: MindFusion.Charting
File: XmlPersistContext.js

 Syntax

JavaScript  Copy Code

function addChildElement (elementName, parentElement, innerText)

 Parameters

elementName

parentElement

innerText

 See Also