tinymce-dom-RangeUtils
优质
小牛编辑
126浏览
2023-12-01
Methods
name | summary | defined by |
---|---|---|
compareRanges() | Compares two ranges and checks if they are equal. | tinymce.dom.RangeUtils |
getCaretRangeFromPoint() | Gets the caret range for the given x/y location. | tinymce.dom.RangeUtils |
Methods
compareRanges
compareRanges(rng1:DOMRange, rng2:DOMRange):BooleanCompares two ranges and checks if they are equal.
Parameters
- rng1 (DOMRange) - First range to compare.
- rng2 (DOMRange) - First range to compare.
Return value
- Boolean - true/false if the ranges are equal.
getCaretRangeFromPoint
getCaretRangeFromPoint(clientX:Number, clientY:Number, doc:Document):RangeGets the caret range for the given x/y location.
Parameters
- clientX (Number) - X coordinate for range
- clientY (Number) - Y coordinate for range
- doc (Document) - Document that x/y are relative to
Return value
- Range - caret range
Can't find what you're looking for? Let us know.
Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.