Code Index | File Index

Namespaces

Classes


Class CKEDITOR.dom.documentFragment

DocumentFragment is a "lightweight" or "minimal" Document object. It is commonly used to extract a portion of a document's tree or to create a new fragment of a document. Various operations may take DocumentFragment objects as arguments and results in all the child nodes of the DocumentFragment being moved to the child list of this node.
Defined in: core/dom/documentfragment.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Class Detail
CKEDITOR.dom.documentFragment(ownerDocument)
Since: 3.0
NO EXAMPLE AVAILABLE
Parameters:
{Object} ownerDocument

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