Code Index | File Index

Namespaces

Classes


Class CKEDITOR.dom.rangeListIterator


Defined in: core/dom/rangelist.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
(Virtual Class) Do not call this constructor.
Method Summary
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.

Copyright © 2003-2010, CKSource - Frederico Knabben. All rights reserved.