Namespace CKEDITOR.dom
DOM manipulation objects and function.
Defined in: core/dom.js.
Constructor Attributes | Constructor Name and Description |
---|---|
DOM manipulation objects and function.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
CKEDITOR.dom.documentFragment(ownerDocument)
|
<static> |
CKEDITOR.dom.domWalker(node)
|
<static> |
CKEDITOR.dom.elementPath(lastNode)
|
<static> |
CKEDITOR.dom.nodeList(nativeList)
|
<static> |
CKEDITOR.dom.range(document)
|
Method Detail
<static>
{Undefined}
CKEDITOR.dom.documentFragment(ownerDocument)
Since:
3.0
Defined in: core/dom/documentFragment.js.
NO EXAMPLE AVAILABLE
- Parameters:
- {Undefined} ownerDocument
<static>
{Undefined}
CKEDITOR.dom.domWalker(node)
Since:
3.0
Defined in: core/dom/domwalker.js.
NO EXAMPLE AVAILABLE
- Parameters:
- {Undefined} node
<static>
{Undefined}
CKEDITOR.dom.elementPath(lastNode)
Since:
3.0
Defined in: core/dom/elementpath.js.
NO EXAMPLE AVAILABLE
- Parameters:
- {Undefined} lastNode
<static>
{Undefined}
CKEDITOR.dom.nodeList(nativeList)
Since:
3.0
Defined in: core/dom/nodelist.js.
NO EXAMPLE AVAILABLE
- Parameters:
- {Undefined} nativeList
<static>
{Undefined}
CKEDITOR.dom.range(document)
Since:
3.0
Defined in: core/dom/range.js.
NO EXAMPLE AVAILABLE
- Parameters:
- {Undefined} document