Report an issue
Class

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