VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiLabelWithDropDownListJS type / addItem Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    addItem Method
    In This Topic
    Adds item to the drop-down list of this UI element.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiLabelWithDropDownListJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var name; // Type: string
    var value; // Type: object
    var localizationId; // Type: string
    
    value = instance.addItem(name, value, localizationId);
    
    
    function addItem(
    name
    The name of item.
    : string,
    value
    The value of item.
    : object,
    localizationId
    The localization identifier of item.
    : string
    ) : any;

    Parameters

    name
    The name of item.
    value
    The value of item.
    localizationId
    The localization identifier of item.
    Browser Compatibility
    56+
    45+
    11
    See Also