Report an issue
Class

CKEDITOR.htmlParser.text

class

A lightweight representation of HTML text.

Filtering

Properties

  • readonly

    type : Number

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

    Defaults to CKEDITOR.NODE_TEXT

  • value : String

    The text value.

  • private

    _ : Object

    Defaults to {isBlockLike: false}

Methods