... | ... | @@ -164,46 +164,60 @@ Deleting content |
|
|
Delete the node.
|
|
|
|
|
|
|
|
|
Moving content (currently not implemented!)
|
|
|
-------------------------------------------
|
|
|
Moving content
|
|
|
--------------
|
|
|
|
|
|
* moveNodeAfter
|
|
|
|
|
|
Move the node after the node with the given HTML id.
|
|
|
|
|
|
- html_id: the id of the second node
|
|
|
- html-id: the id of the target node
|
|
|
|
|
|
* moveNodeBefore
|
|
|
|
|
|
Move the node before the node with the given HTML id.
|
|
|
|
|
|
- html_id: the id of the second node
|
|
|
- html-id: the id of the target node
|
|
|
|
|
|
* moveNodeAsLastChild
|
|
|
|
|
|
Move the node as last child of the node with the given HTML id.
|
|
|
|
|
|
- html_id: the id of the second node
|
|
|
- html-id: the id of the target node
|
|
|
|
|
|
* moveNodeAsFirstChild
|
|
|
|
|
|
Move the node as first child of the node with the given HTML id.
|
|
|
|
|
|
- html_id: the id of the second node
|
|
|
|
|
|
* copyChildNodesFrom
|
|
|
- html-id: the id of the target node
|
|
|
|
|
|
|
|
|
Copying content
|
|
|
---------------
|
|
|
|
|
|
* copyNodeAfter
|
|
|
|
|
|
Copy the node after the node with the given HTML id.
|
|
|
|
|
|
- html-id: the id of the target node
|
|
|
|
|
|
* copyNodeBefore
|
|
|
|
|
|
Copy the node before the node with the given HTML id.
|
|
|
|
|
|
- html-id: the id of the target node
|
|
|
|
|
|
* copyNodeAsLastChild
|
|
|
|
|
|
Copy the child nodes from the given HTML id, under the
|
|
|
current node.
|
|
|
Copy the node as last child of the node with the given HTML id.
|
|
|
|
|
|
- html_id: the id of the second node
|
|
|
- html-id: the id of the target node
|
|
|
|
|
|
* copyChildNodesTo
|
|
|
* copyNodeAsFirstChild
|
|
|
|
|
|
Copy the child nodes of the given node to the given HTML
|
|
|
id.
|
|
|
Copy the node as first child of the node with the given HTML id.
|
|
|
|
|
|
- html_id: the id of the second node
|
|
|
- html-id: the id of the target node
|
|
|
|
|
|
|
|
|
Attributes
|
... | ... | |