VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function setSelectedOptionByOptionText(
    value
    The text of the option element.
    : string
    ) : any;

    Parameters

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