Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js91setSelectionRange){var position=firebug.getSelection(_el);_el.value=_el.value.substring(0,position…
H A Dfirebug-lite-1.2.js1753 if(_el.setSelectionRange){
1756 _el.setSelectionRange(position.start+1,position.start+1);
H A Dfirebug-lite-1.4.js1221 this.setSelectionRange=function(input,start,length){if(input.createTextRange){var range=input.creat… function
1225 }else{if(input.setSelectionRange){input.setSelectionRange(start,length);
4798 setSelectionRange(this.input,start,end);
4871 setSelectionRange(textBox,originalOffset,originalOffset);
4952 return function(){if(selectMode){setSelectionRange(textBox,offset,offsetEnd)
4953 }else{setSelectionRange(textBox,offsetEnd,offsetEnd)