Class CKEDITOR.htmlParser.text
Defined in: core/htmlparser/text.js.
Constructor Attributes | Constructor Name and Description |
---|---|
CKEDITOR.htmlParser.text(value)
A lightweight representation of HTML text.
|
Field Attributes | Field Name and Description |
---|---|
The node type.
|
|
The text value.
|
Method Attributes | Method Name and Description |
---|---|
writeHtml(writer, filter)
Writes the HTML representation of this text to a CKEDITOR.htmlWriter.
|
Class Detail
CKEDITOR.htmlParser.text(value)
Since:
3.0
A lightweight representation of HTML text.
- Parameters:
- {Undefined} value
Field Detail
{Number}
type
Since:
3.0
The node type. This is a constant value set to CKEDITOR.NODE_TEXT.
{String}
value
Since:
3.0
The text value.
Method Detail
{Undefined}
writeHtml(writer, filter)
Since:
3.0
Writes the HTML representation of this text to a CKEDITOR.htmlWriter.
- Parameters:
- {CKEDITOR.htmlWriter} writer
- The writer to which write the HTML.
- {Undefined} filter