Home
last modified time | relevance | path

Searched refs:selectOnlyMatchingOptions (Results 1 – 3 of 3) sorted by relevance

/plugin/indexmenu2/cms/extensions/dom/
H A Dselectbox.js13selectOnlyMatchingOptions=function(i,x){return C(i,'selected',true,false,x);};this.unselectAllOpti… method in Selectbox
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js300 …this.selectOnlyMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number *… method in Selectbox
569 self.selectOnlyMatchingOptions(needle, match);
571 if (tmp.length>0) self.selectOnlyMatchingOptions(tmp, 'exact');
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js317 if (nodes.langbox.getValue() != code) nodes.langbox.selectOnlyMatchingOptions(code,'exact');
325 if (!name || !nodes.lytbox.selectOnlyMatchingOptions(name,'exact')) {