Class CKEDITOR.dom.rangeListIterator
Defined in: core/dom/rangelist.js.
Constructor Attributes | Constructor Name and Description |
---|---|
(Virtual Class) Do not call this constructor.
|
Method Attributes | Method Name and Description |
---|---|
getNextRange(mergeConsequent)
Retrieves the next range in the list.
|
Class Detail
CKEDITOR.dom.rangeListIterator()
Since:
3.0
(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.
Method Detail
{Undefined}
getNextRange(mergeConsequent)
Since:
3.0
Retrieves the next range in the list.
NO EXAMPLE AVAILABLE
- Parameters:
- {Boolean} mergeConsequent
- Whether join two adjacent ranges into single, e.g. consequent table cells.