Searched refs:textRange (Results 1 – 8 of 8) sorted by relevance
62 public function setTextRange(Range $textRange) argument64 $this->textRange = $textRange;71 return $this->textRange;
80 public function setTextRange(Range $textRange) argument82 $this->textRange = $textRange;89 return $this->textRange;
96 public function setTextRange(Range $textRange) argument98 $this->textRange = $textRange;105 return $this->textRange;
21 …textRange=document.selection.createRange();var preCaretTextRange=document.body.createTextRange();p…
896 var textRange = node.createTextRange();897 textRange.collapse(true);898 textRange.moveEnd('character', pos);899 textRange.moveStart('character', pos);900 textRange.select();
1 …textRange = document.body.createTextRange();\n try {\n textRange.moveToPoint(coo…