CKEDITOR.plugins.find.characterRange
class
private
A range of cursors which represent a trunk of characters which try to match, it has the same length as the pattern string.
Note: This class isn't accessible from global scope.
Filtering
Methods
-
constructor() → characterRangeCKEDITOR.plugins.find.characterRange#constructorCreates a characterRange class instance.
Returns
-
highlight()CKEDITOR.plugins.find.characterRange#highlightHightlight the current matched chunk of text.
-
removeHighlight()CKEDITOR.plugins.find.characterRange#removeHighlightRemove highlighted find result.
-
toDomRange()CKEDITOR.plugins.find.characterRange#toDomRangeTranslate this range to CKEDITOR.dom.range.
-
updateFromDomRange( domRange )CKEDITOR.plugins.find.characterRange#updateFromDomRangeReflect the latest changes from dom range.
Parameters
domRange : Object