Home
last modified time | relevance | path

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

/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js311 this.switchLayout = function (code, name) { method
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())
1066 nodes.langbox.getEl().onchange = function(){self.switchLayout(this.value,0)};
1069 nodes.lytbox.getEl().onchange = function(){self.switchLayout(null,this.value)};