Search
ControlNode.template Property
See Also
 





Gets or sets HTML string representing the DOM content rendered by this node.

Namespace: MindFusion.Diagramming
File: ControlNode.js

 Syntax

JavaScript  Copy Code

get template() {}
set template(value) {}

 Property Value

String

A string containing HTML markup.

 Remarks

The diagram raises nodeDomCreated event once DOM elements have been created from this template.

 See Also