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
JavaScript Copy Code |
---|
function create (element, [document]) |
HTMLCanvasElement. The DOM element that the DiagramView should be attached to.
DiagramDocument. The DiagramDocument instance this control is associated with.
TabbedDiagramView. The newly created TabbedDiagramView object.