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() → characterRange
CKEDITOR.plugins.find.characterRange#constructor
Creates a characterRange class instance.
Returns
-
highlight()
CKEDITOR.plugins.find.characterRange#highlight
Hightlight the current matched chunk of text.
-
removeHighlight()
CKEDITOR.plugins.find.characterRange#removeHighlight
Remove highlighted find result.
-
toDomRange()
CKEDITOR.plugins.find.characterRange#toDomRange
Translate this range to CKEDITOR.dom.range.
-
updateFromDomRange( domRange )
CKEDITOR.plugins.find.characterRange#updateFromDomRange
Reflect the latest changes from dom range.
Parameters
domRange : Object