VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiSelectElementJS type / setSelectedOptionByOptionText Property
Syntax BrowserCompatibility SeeAlso
In This Topic
setSelectedOptionByOptionText Method
In This Topic
Sets the selected option by the text of the option element.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiSelectElementJS(settings);

var value; // Type: any

// Parameters
var value; // Type: string

value = instance.setSelectedOptionByOptionText(value);

Parameters

value
The text of the option element.
Browser Compatibility
56+
45+
11
See Also