Adds an item to the list view.
Namespace: MindFusion.Diagramming
File: ListViewBase.js
SyntaxJavaScript
Copy Code
|
|---|
function addItem (item, [caption, [locked, [inactive]]]) |
DiagramItem. The item to add.
String. The caption to display for the item.
Boolean. Indicates whether the item can be dragged.
Boolean. Indicates whether the item can be selected.
See Also