Class CKEDITOR.htmlParser.cdata
Defined in: core/htmlparser/cdata.js.
Constructor Attributes | Constructor Name and Description |
---|---|
CKEDITOR.htmlParser.cdata(value)
A lightweight representation of HTML text.
|
Field Attributes | Field Name and Description |
---|---|
CDATA has the same type as CKEDITOR.htmlParser.text This is
a constant value set to CKEDITOR.NODE_TEXT.
|
|
The CDATA value.
|
Method Attributes | Method Name and Description |
---|---|
writeHtml(writer)
Writes write the CDATA with no special manipulations.
|
Class Detail
CKEDITOR.htmlParser.cdata(value)
Since:
3.0
A lightweight representation of HTML text.
- Parameters:
- {Undefined} value
Field Detail
{Number}
type
Since:
3.0
CDATA has the same type as CKEDITOR.htmlParser.text This is
a constant value set to CKEDITOR.NODE_TEXT.
{String}
value
Since:
3.0
The CDATA value.
Method Detail
{Undefined}
writeHtml(writer)
Since:
3.0
Writes write the CDATA with no special manipulations.
NO EXAMPLE AVAILABLE
- Parameters:
- {CKEDITOR.htmlWriter} writer
- The writer to which write the HTML.