Home
last modified time | relevance | path

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

/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js176 ,langbox : null // Layout selector @type HTMLSelectElement property in nodes
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());
1065 nodes.langbox = new Selectbox();
1067 nodes.langbox.getEl().id = 'kb_langselector';
[all …]