var instance = new Vintasoft.Imaging.UI.UIElements.WebUiSelectElementJS(settings); var value; // Type: boolean // Parameters var text; // Type: string value = instance.containsOption(text);
function containsOption(
textAn option text that should be searched in this select element.: string
) : boolean;
Parameters
- text
- An option text that should be searched in this select element.
Return Value
True - this select element contains option with text; otherwise, false.