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);
function setSelectedOptionByOptionText(
: string
) : any;
Parameters
- value
- The text of the option element.
Browser Compatibility
See Also