VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiSelectElementJS type / addOption Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    addOption Method
    In This Topic
    Adds new option to this select element.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiSelectElementJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var optionElement; // Type: WebUiOptionElementJS
    
    value = instance.addOption(optionElement);
    
    
    function addOption(
    optionElement
    An instance of WebUiOptionElementJS class that should be added to this select element.
    : WebUiOptionElementJS
    ) : any;

    Parameters

    optionElement
    An instance of WebUiOptionElementJS class that should be added to this select element.
    Browser Compatibility
    56+
    45+
    11
    See Also