ASP.NET Pack Programmer's Guide
Overview.create Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: Overview.js

 Syntax

JavaScript  Copy Code

function create (element)

 Parameters

element

The DOM element that the overview should be attached to.

 Return Value

Type: Overview
A Overview object that represents the newly created overview.

 See Also

Overview Members
Overview Class
MindFusion.Diagramming Namespace