Report an issue
Class

CKEDITOR.dom.document

class

Represents a DOM document.

var document = new CKEDITOR.dom.document( document );

Filtering

Properties

  • readonly inherited

    $ : Object

    The native DOM object represented by this class instance.

    var element = new CKEDITOR.dom.element( 'span' );
    alert( element.$.nodeType ); // '1'
    
  • readonly

    type : Number

    The node type. This is a constant value set to CKEDITOR.NODE_DOCUMENT.

    Defaults to CKEDITOR.NODE_DOCUMENT

Static properties

Methods