Home
last modified time | relevance | path

Searched refs:selectedIndex (Results 1 – 25 of 67) sorted by relevance

123

/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js26 var iIndex = combo.selectedIndex ;
28 oListText.selectedIndex = iIndex ;
29 oListValue.selectedIndex = iIndex ;
46 oListText.selectedIndex = oListText.options.length - 1 ;
47 oListValue.selectedIndex = oListValue.options.length - 1 ;
57 var iIndex = oListText.selectedIndex ;
90 var iIndex = oListValue.selectedIndex ;
101 var iActualIndex = combo.selectedIndex ;
132 var iSelectedIndex = combo.selectedIndex ;
146 combo.selectedIndex = iSelectedIndex ;
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js26 var iIndex = combo.selectedIndex ;
28 oListText.selectedIndex = iIndex ;
29 oListValue.selectedIndex = iIndex ;
46 oListText.selectedIndex = oListText.options.length - 1 ;
47 oListValue.selectedIndex = oListValue.options.length - 1 ;
57 var iIndex = oListText.selectedIndex ;
90 var iIndex = oListValue.selectedIndex ;
101 var iActualIndex = combo.selectedIndex ;
132 var iSelectedIndex = combo.selectedIndex ;
146 combo.selectedIndex = iSelectedIndex ;
/plugin/sequencediagram/bower_components/lodash/perf/asset/
H A Dperf-ui.js21 var buildIndex = buildList.selectedIndex,
22 otherIndex = otherList.selectedIndex,
62 buildList.selectedIndex = (function() { function
70 otherList.selectedIndex = (function() { function
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dtest-ui.js21 var buildIndex = buildList.selectedIndex,
22 loaderIndex = loaderList.selectedIndex,
46 buildList.selectedIndex = (function() { function
57 loaderList.selectedIndex = (function() { function
/plugin/quickstats/
H A Dscript.js66 if(which.selectedIndex == 0) {
70 QuickstatsShowPage(which.options[which.selectedIndex].value) ;
134 if(months.selectedIndex == 0 && !whole_year.checked) {
138 else month = months.selectedIndex;
149 var option = countries.options[countries.selectedIndex];
161 var option = ua.options[ua.selectedIndex];
209 for(i=months.selectedIndex+1; i<months.options.length; i++) {
/plugin/schedule/
H A Dscript.js44 while (elem.options.selectedIndex >= 0) {
45 opt = elem.options [elem.options.selectedIndex];
47 elem.options [elem.options.selectedIndex] = null;
/plugin/dwcommits/
H A Dscript.js40 var selected = op.options[op.selectedIndex];
47 var selected = op.options[op.selectedIndex];
/plugin/translation3/
H A Dscript.js9 var id = e.target.options[e.target.selectedIndex].value;
/plugin/schedule/lib/
H A DscheduleForm.js76 if (this.options [this.selectedIndex].text != "")
89 var selectedValue = repeatSelection.options [repeatSelection.selectedIndex].value;
/plugin/indexmenu2/cms/extensions/dom/
H A Dselectbox.js13selectedIndex=-1;this.updateOptions();};this.unselectMatchingOptions=function(i,x){return C(i,'sel…
/plugin/news/
H A Dscript.js31 var index = selected.selectedIndex;
/plugin/xcom/
H A Dscript.js10 if(fn_sel.selectedIndex > 0) {
115 fn_sel.selectedIndex = 0;
499 if(fn_sel.selectedIndex > 0) {
500 params[i] = fn_sel.options[fn_sel.selectedIndex].value;
599 var which =sel.options[sel.selectedIndex].value;
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DcontrolWindow.js39 str = slct.options[slct.selectedIndex].text;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DcontrolWindow.js39 str = slct.options[slct.selectedIndex].text;
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js313 node.selectedIndex = -1;
497 return node.selectedIndex;
586 node.selectedIndex = -1;
601 node.selectedIndex = -1;
/plugin/database2/
H A Dadmin.php160 …<select name="history" onchange="return db2_console_load(this.options[this.selectedIndex].value);">
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc45 // to set a negative selectedIndex.
47 this.getInputElement().$.selectedIndex = -1;
H A DtableCell.js1 …CKEDITOR.env.gecko&&this.type=="select"&&!p){this.getInputElement().$.selectedIndex=-1}}}}function…
/plugin/htmlokay/
H A Dscript.js60 var index = f['abs_path'].selectedIndex;
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1selectedIndex>0){var C=D.options[D.selectedIndex].value}this.imageElement.setAttribute("type",C);i…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1selectedIndex>0){var C=D.options[D.selectedIndex].value}this.imageElement.setAttribute("type",C);i…
/plugin/confmanager/
H A Djquery.form.js984 tag == 'select' && el.selectedIndex == -1)) {
989 var index = el.selectedIndex;
1042 this.selectedIndex = -1;
/plugin/s5reloaded/ui/thesis/
H A Dslides.js314 document.getElementById('delaylist').selectedIndex = idx;
418 jl.selectedIndex = snum;
1000 …r slideTitle = jl.options[jl.selectedIndex].text.replace(/^\d+\s+:\s+/, '') + ((jl.selectedIndex) …
1004 if (jl.selectedIndex < smax - 1) {
1005 …extTitle = jl.options[jl.selectedIndex + 1].text.replace(/^\d+\s+:\s+/, '') + ((jl.selectedIndex +…
1351 document.getElementById('volumelist').selectedIndex = idx;
1364 document.getElementById('delaylist').selectedIndex = idx;
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1selectedIndex=aa}else{ai.selectedIndex="0"}Z.config.selectedIwikiIndex=aa;ac.disable();ag.type="in…
H A Dlink.js1selectedIndex=aa}else{ai.selectedIndex="0"}Z.config.selectedIwikiIndex=aa;ac.disable();ag.type="in…

123