Home
last modified time | relevance | path

Searched refs:setSelectionRange (Results 26 – 34 of 34) sorted by path

12

/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js59 if ('function' == typeof el.setSelectionRange) {
63 try {el.setSelectionRange(start, end)} catch (e) {}
/plugin/vkeyboard/
H A Dvkeyboard.js1setSelectionRange&&!u.VKI_target.readOnly){var x=[u.VKI_target.selectionStart,u.VKI_target.selecti…
H A Dvkeyboard.js.unc1446 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/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js80setSelectionRange){var position=firebug.getSelection(_el);_el.value=_el.value.substring(0,position…
H A Dfirebug-lite-1.2.js1742 if(_el.setSelectionRange){
1745 _el.setSelectionRange(position.start+1,position.start+1);
H A Dfirebug-lite-1.4.js1210 this.setSelectionRange=function(input,start,length){if(input.createTextRange){var range=input.creat… function
1214 }else{if(input.setSelectionRange){input.setSelectionRange(start,length);
4787 setSelectionRange(this.input,start,end);
4860 setSelectionRange(textBox,originalOffset,originalOffset);
4941 return function(){if(selectMode){setSelectionRange(textBox,offset,offsetEnd)
4942 }else{setSelectionRange(textBox,offsetEnd,offsetEnd)
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js723 el.setSelectionRange( selStart + 1, selStart + 1 ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 …r(0,E));a.push('\t');a.push(D.value.substr(F));D.value=a.join('');D.setSelectionRange(E+1,E+1);};i…
H A Dfckeditorcode_ie.js32 …r(0,E));a.push('\t');a.push(D.value.substr(F));D.value=a.join('');D.setSelectionRange(E+1,E+1);};i…

12