| Issue 73: | Allow insertion of child nodes (not only appending). | |
| 2 people starred this issue and may be notified of changes. | Back to list |
These functions are helpfull, especially for drag'n'drop
node.insertBefore
node.insertAfter
Copy functions (how? key must be unique!)
Move functions (how? Maybe append() accepts a node object?)
These functions should be renamed, to be more exact:
node.append() -> .appendChild
node._addChild -> ._appendChild
Apr 18, 2009
Project Member
#1
moo...@wwwendt.de
Labels:
Milestone-Release1.0
Aug 7, 2009
(No comment was entered for this change.)
Summary:
node.insertBefore(), .insertAfter(), .appendChild()
Labels: -Milestone-Release1.0 Milestone-Release0.5.1
Aug 16, 2009
Fixed with r273.
Summary:
Allow insertion of child nodes (not only appending).
Status: Fixed
Aug 16, 2009
- renamed node.append() to node.addChild() - added new optional argument 'beforeNode', that allows to insert a child node instead of appending it. See documentation on 'addChild()'
Jul 17, 2012
considered verified
Status:
Verified
|