VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementCollectionJS type / addItem Methods / addItem(string) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
addItem(string) Method
In This Topic
Adds an item to the end of the collection.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);

var value; // Type: any

// Parameters
var item; // Type: string

value = instance.addItem(item);

Parameters

item
An identifier of element to insert.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also