Search
TabbedDiagramView Constructor
See Also
 





Initializes a new instance of the TabbedDiagramView class.

Namespace: MindFusion.Diagramming.Controls
File: TabbedDiagramView.js

 Syntax

JavaScript  Copy Code

function TabbedDiagramView (element, [document])

 Parameters

element

HTMLCanvasElement. The Canvas DOM Element this TabbedDiagramView is associated with.

document
Optional.

DiagramDocument. The DiagramDocument instance this control is associated with.

 See Also