Home
last modified time | relevance | path

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

/plugin/virtualkeyboard/vk/extensions/dom/
Dautosuggest.js283 if (controller.getSelectedIndex()<0) controller.selectOption(0);
319 if (controller.getSelectedIndex()<0) controller.selectOption(0);
413 …else if (33 == e.keyCode) controller.selectOption(controller.getSelectedIndex()-node.firstChild.si…
414 …else if (34 == e.keyCode) controller.selectOption(controller.getSelectedIndex()-(-node.firstChild.…
Dselectbox.js496 this.getSelectedIndex = function () /* :Number */ { method in Selectbox
/plugin/indexmenu2/cms/extensions/dom/
Dautosuggest.js13getSelectedIndex()<0)O.selectOption(0);_=1};var e=function(z){el=z.target||z.srcElement;if(I.isHid…
Dselectbox.js13 …n i};this.getOptionsLength=function(){return o.options.length};this.getSelectedIndex=function(){re… method
/plugin/jcapture/src/com/hammurapi/jcapture/
DCaptureOptionsDialog.java431 sampleRates[sampleRateComboBox.getSelectedIndex()], in selectSoundSource()