Search
TabbedDiagramView.create Method
See Also
 





Creates and initializes a new TabbedDiagramView from the specified element. This method is static and can be called without creating an instance of the class.

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

 Syntax

JavaScript  Copy Code

function create (element, [document])

 Parameters

element

HTMLCanvasElement. The DOM element that the DiagramView should be attached to.

document
Optional.

DiagramDocument. The DiagramDocument instance this control is associated with.

 Return Value

TabbedDiagramView. The newly created TabbedDiagramView object.

 See Also