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
See Also