var instance = new Vintasoft.Imaging.UI.UIElements.WebUiSelectElementJS(settings); var value; // Type: any // Parameters var optionElement; // Type: WebUiOptionElementJS value = instance.addOption(optionElement);
function addOption(
optionElementAn 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.