Searched refs:getInputSelectionStart (Results 1 – 3 of 3) sorted by relevance
1217 this.getInputSelectionStart=function(input){if(document.selection){var range=input.ownerDocument.se… function4775 if(isIE){var start=getInputSelectionStart(this.input),end=start4874 var offset=getInputSelectionStart(textBox);
3361 this.getInputSelectionStart = function(input) function18081 var start = getInputSelectionStart(this.input), end = start;18359 var offset = getInputSelectionStart(textBox);
1228 this.getInputSelectionStart=function(input){if(document.selection){var range=input.ownerDocument.selection.createRange(); function 4786 if(isIE){var start=getInputSelectionStart(this.input),end=start4885 var offset=getInputSelectionStart(textBox);