CKEDITOR.dom.nodeList
class
Represents a list of CKEDITOR.dom.node objects. It is a wrapper for a native nodes list.
var nodeList = CKEDITOR.document.getBody().getChildren();
alert( nodeList.count() ); // number [0;N]
Filtering
Methods
constructor( nativeList ) → nodeListCKEDITOR.dom.nodeList#constructorcount() → NumberCKEDITOR.dom.nodeList#countgetItem( index ) → nodeCKEDITOR.dom.nodeList#getItemtoArray() → node[]CKEDITOR.dom.nodeList#toArray