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 ) → nodeList
CKEDITOR.dom.nodeList#constructor
-
count() → Number
CKEDITOR.dom.nodeList#count
-
getItem( index ) → node
CKEDITOR.dom.nodeList#getItem
-
toArray() → node[]
CKEDITOR.dom.nodeList#toArray