Code Index | File Index

Namespaces

Classes


Class CKEDITOR.htmlParser.comment


Defined in: core/htmlparser/comment.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A lightweight representation of an HTML comment.
Field Summary
Field Attributes Field Name and Description
 
The node type.
 
The comment text.
Method Summary
Method Attributes Method Name and Description
 
writeHtml(writer, filter)
Writes the HTML representation of this comment to a CKEDITOR.htmlWriter.
Class Detail
CKEDITOR.htmlParser.comment(value)
Since: 3.0
A lightweight representation of an HTML comment.
Parameters:
{Undefined} value
Field Detail
{Number} type
Since: 3.0
The node type. This is a constant value set to CKEDITOR.NODE_COMMENT.

{String} value
Since: 3.0
The comment text.
Method Detail
{Undefined} writeHtml(writer, filter)
Since: 3.0
Writes the HTML representation of this comment to a CKEDITOR.htmlWriter.
Parameters:
{CKEDITOR.htmlWriter} writer
The writer to which write the HTML.
{Undefined} filter

Copyright © 2003-2010, CKSource - Frederico Knabben. All rights reserved.