sridhars711 / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

Allow insertion of child nodes (not only appending). #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by moo...@wwwendt.de on 14 Feb 2009 at 6:49

GoogleCodeExporter commented 9 years ago
Reorganizing the version numbers (does not affect the planned schedule)

Original comment by moo...@wwwendt.de on 19 Apr 2009 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by moo...@wwwendt.de on 7 Aug 2009 at 9:32

GoogleCodeExporter commented 9 years ago
Fixed with r273.

Original comment by moo...@wwwendt.de on 16 Aug 2009 at 4:28

GoogleCodeExporter commented 9 years ago
- 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()'

Original comment by moo...@wwwendt.de on 16 Aug 2009 at 6:52

GoogleCodeExporter commented 9 years ago
considered verified

Original comment by moo...@wwwendt.de on 17 Jul 2012 at 4:12