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 ] )CKEDITOR.dom.rangeListIterator#getNextRangeRetrieves the next range in the list.
Parameters
[ mergeConsequent ] : BooleanWhether join two adjacent ranges into single, e.g. consequent table cells.
Defaults to
false