Searched refs:setSelectionRange (Results 1 – 25 of 47) sorted by relevance
12
| /plugin/codebuttonmod2/src/ |
| D | codebutton.js | 35 copyText.setSelectionRange(0, 99999);
|
| /plugin/indexmenu2/cms/extensions/ |
| D | documentselection.js | 13 …ar C=i.getStart(O);_=C+_;Q=C+Q}if('function'==typeof O.setSelectionRange){try{O.setSelectionRange(…
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | documentselection.js | 59 if ('function' == typeof el.setSelectionRange) { 63 try {el.setSelectionRange(start, end)} catch (e) {}
|
| /plugin/ikso/ |
| D | script.js | 187 if (input && input.setSelectionRange) { 189 input.setSelectionRange(selectionStart, selectionEnd);
|
| /plugin/bureaucracytoolbar/ |
| H A D | script.js | 51 textarea.setSelectionRange(start + offsetStart, start + offsetStart + (end - start));
|
| /plugin/searchtablejs/TableFilter_EN/ |
| D | actb.js | 89 if (obj.setSelectionRange){ 90 obj.setSelectionRange(l,l); 100 if (obj.setSelectionRange){ 101 obj.setSelectionRange(s,e);
|
| /plugin/tagging/ |
| H A D | script.js | 27 $input[0].setSelectionRange(len, len);
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | pfcclient.js | 629 if (w.setSelectionRange) 686 if (w.setSelectionRange) 687 w.setSelectionRange(w.selEnd, w.selEnd); // Gecko 1138 if (obj.setSelectionRange) 1186 if (obj.setSelectionRange) 1213 if (w.setSelectionRange) 1219 w.setSelectionRange(s + smiley.length, s + smiley.length); 1960 msgfield.setSelectionRange(caretPos, caretPos);
|
| /plugin/dokullm/ |
| H A D | script.js | 611 editor.setSelectionRange(editor.value.length, editor.value.length); 803 textarea.setSelectionRange(newCursorPos, newCursorPos); 1076 editor.setSelectionRange(newCursorPos, newCursorPos);
|
| /plugin/vkeyboard/ |
| D | vkeyboard.js | 1 …setSelectionRange&&!u.VKI_target.readOnly){var x=[u.VKI_target.selectionStart,u.VKI_target.selecti…
|
| D | vkeyboard.js.unc | 1446 if (self.VKI_target.setSelectionRange && !self.VKI_target.readOnly) { 1450 self.VKI_target.setSelectionRange(rng[0] - 1, rng[0] - 1); 1620 if (this.VKI_target.setSelectionRange && !this.VKI_target.readOnly) { 1624 this.VKI_target.setSelectionRange(rng[0] + text.length, rng[0] + text.length);
|
| /plugin/behave/ |
| D | behave.js | 193 if (defaults.textarea.setSelectionRange) { 195 defaults.textarea.setSelectionRange(start, end);
|
| /plugin/tagging/script/ |
| H A D | editable.js | 21 this.$input.get(0).setSelectionRange(pos, pos);
|
| /plugin/dropfiles/src/ |
| D | upload.js | 163 $editarea[0].setSelectionRange($lastKnownCaretPosition, $lastKnownCaretPosition);
|
| /plugin/fckg/scripts/ |
| D | vki_kb.js | 1359 if (self.VKI_target.setSelectionRange && !self.VKI_target.readOnly) { 1363 self.VKI_target.setSelectionRange(rng[0] - 1, rng[0] - 1);
|
| /plugin/dirtylittlehelper/ |
| D | script.js | 179 dlh_source_obj.setSelectionRange(0, dlh_value.length); /* For mobile devices */
|
| /plugin/clipboardutils/lib/ |
| D | clipboard.min.js | 7 …sAttribute("readonly"))||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.le…
|
| /plugin/tagfilter/script/select2/ |
| D | select2.js | 280 if(el.setSelectionRange) 282 el.setSelectionRange(pos, pos); 1926 } else if (el.setSelectionRange) { 1928 el.setSelectionRange(len, len);
|
| D | select2.min.js | 21 …dth>0||b.offsetHeight>0;e&&b===document.activeElement&&(b.setSelectionRange?b.setSelectionRange(c,… 22 …teTextRange(),d.collapse(!1),d.select()):c.setSelectionRange&&(e=this.search.val().length,c.setSel…
|
| /plugin/davcal/datetimepicker-2.4.5/ |
| H A D | jquery.datetimepicker.js | 883 if (input.setSelectionRange) { 903 if (node.setSelectionRange) { 904 node.setSelectionRange(pos, pos);
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fck.js | 723 el.setSelectionRange( selStart + 1, selStart + 1 ) ;
|
| /plugin/aceeditor/ |
| D | build.js | 1 …setSelectionRange(t,r)}catch(i){}}function w(){if(h)return;n.value=a,i.isWebKit&&y.schedule()}func…
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.2.js | 1742 if(_el.setSelectionRange){ 1745 _el.setSelectionRange(position.start+1,position.start+1);
|
| D | firebug-lite-1.2-compressed.js | 80 …setSelectionRange){var position=firebug.getSelection(_el);_el.value=_el.value.substring(0,position…
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.2-compressed.js | 91 …setSelectionRange){var position=firebug.getSelection(_el);_el.value=_el.value.substring(0,position…
|
12