Searched refs:setSelectionRange (Results 1 – 3 of 3) sorted by relevance
| /template/strap/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…
|
| H A D | firebug-lite-1.2.js | 1753 if(_el.setSelectionRange){ 1756 _el.setSelectionRange(position.start+1,position.start+1);
|
| H A D | firebug-lite-1.4.js | 1221 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)
|