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.
Constructor Attributes | Constructor Name and Description |
---|---|
CKEDITOR.dom.documentFragment(ownerDocument)
|
Class Detail
CKEDITOR.dom.documentFragment(ownerDocument)
Since:
3.0
NO EXAMPLE AVAILABLE
- Parameters:
- {Object} ownerDocument