Searched refs:langbox (Results 1 – 1 of 1) sorted by relevance
/plugin/virtualkeyboard/vk/ |
D | virtualkeyboard.js | 176 ,langbox : null // Layout selector @type HTMLSelectElement property 205 if (1==nodes.lytbox.getOptionsCount() && 1==nodes.langbox.getOptionsCount()) return false; 213 nodes.langbox.removeSelectedOptions(i,'exact'); 255 nodes.langbox.addOption(code, code, false, false, true); 312 if (null == code) code = nodes.langbox.getValue(); 317 if (nodes.langbox.getValue() != code) nodes.langbox.selectOnlyMatchingOptions(code,'exact'); 426 nodes.langbox.selectNext(true); 427 self.switchLayout(nodes.langbox.getValue(),null); 436 self.switchLayout(nodes.langbox.getValue(),nodes.lytbox.getValue()); 902 self.switchLayout(nodes.langbox.getValue(), nodes.lytbox.getValue()) [all …]
|