ASP.NET Pack Programmer's Guide
CompositeNode.getComponent Method
See Also
 





Returns the component created for the template element with specified name.

Namespace: MindFusion.Diagramming
Package: CompositeNode.js

 Syntax

JavaScript  Copy Code

function getComponent (name)

 Parameters

name

A string specifying the value of the name attribute in node's template.

 Return Value

Type: Component
The component created for specified element in the template.

 See Also

CompositeNode Members
CompositeNode Class
MindFusion.Diagramming Namespace