Report an issue
Class

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

    Creates a characterRange class instance.

    Returns

    characterRange
  • highlight()

    Hightlight the current matched chunk of text.

  • removeHighlight()

    Remove highlighted find result.

  • toDomRange()

    Translate this range to CKEDITOR.dom.range.

  • updateFromDomRange( domRange )

    Reflect the latest changes from dom range.

    Parameters

    domRange : Object