CKEditor 4 reached its End of Life (EOL) in June 2023. From then on, it will receive no more updates, new features, bug fixes, and security patches. Visit CKEditor 5 Docs for the actively supported CKEditor or check Extended Support Model.
Report an issue
Class

CKEDITOR.dom.rangeListIterator

class

(Virtual Class) Do not call this constructor. This class is not really part of the API. It just describes the return type of CKEDITOR.dom.rangeList.createIterator.

Filtering

Methods

  • getNextRange( [ mergeConsequent ] )

    Retrieves the next range in the list.

    Parameters

    [ mergeConsequent ] : Boolean

    Whether join two adjacent ranges into single, e.g. consequent table cells.

    Defaults to false