Report an issue
Class

CKEDITOR.dom.domObject

class

Represents a DOM object. This class is not intended to be used directly. It serves as the base class for other classes representing specific DOM objects.

Filtering

Properties

  • readonly

    $ : Object

    The native DOM object represented by this class instance.

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

Static properties

Methods