Creates and initializes a new ItemListView from the specified element. This method is static and can be called without creating an instance of the class.
Namespace: MindFusion.Diagramming
Assembly: ItemListView.js
SyntaxJavaScript
Copy Code
|
|---|
function create (element) |
HTMLCanvasElement. The DOM element that the ItemListView should be attached to.
ItemListView. An ItemListView object that represents the newly created view.
See Also