VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementCollectionJS type / insertItem Methods / insertItem(number,string) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
insertItem(number,string) Method
In This Topic
Inserts an item into collection at the specified index.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);

var value; // Type: any

// Parameters
var index; // Type: number
var item; // Type: string

value = instance.insertItem(index, item);

Parameters

index
The zero-based index at which item should be inserted.
item
An identifier of element to insert.
Exceptions
ExceptionDescription
Thrown if arguments have wrong types.
Thrown if index is less than zero or index is greater than collection length.
Browser Compatibility
56+
45+
11
See Also