VintaSoft Imaging .NET SDK 15.1: 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);

Parameters

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