VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementCollectionJS type / addItem Methods / addItem(Vintasoft.Imaging.UI.UIElements.WebUiElementJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    addItem(Vintasoft.Imaging.UI.UIElements.WebUiElementJS) 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: WebUiElementJS
    
    value = instance.addItem(item);
    
    
    function addItem(
    item
    A WebUiElementJS to insert.
    : WebUiElementJS
    ) : any;

    Parameters

    item
    A WebUiElementJS to insert.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also