pcirella / dynatree

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

Also add childNodes from html #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?

Initializing of a DynaTree can be done by passing an HTML fragment with: a tag 
structure of: <ul><li>...

Later on, child nodes can only be added through addChild() or appendAjax().
Thus, the appending child must be in JSON format.

I use a combination of XML and XSL to return a HTML frament consisting of a 
<ul> tag structure, I'm now forced to convert that structure to JSON before 
being able to append it as a child node.

I'm using the mechanisme to retrieve sub folders on click.

What goal would this enhancement help you achieve?

- There would be no more need for HTML > JSON conversion.
  Thus saving extra steps.

Original issue reported on code.google.com by prana001 on 3 Oct 2010 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by moo...@wwwendt.de on 3 Oct 2010 at 8:25

GoogleCodeExporter commented 9 years ago
This issue is addressed with Dynatree 2.0 ('fancytree')

Original comment by moo...@wwwendt.de on 7 Oct 2012 at 3:23

GoogleCodeExporter commented 9 years ago
As of 2014 Dynatree is feature frozen.
Please have a look at Fancytree (sequel of DynaTree 1.x): chances are good that 
the problem was resolved / the requested featuer is already implemented.
Please open a new issue there otherwise:

https://github.com/mar10/fancytree

Original comment by moo...@wwwendt.de on 1 May 2014 at 4:38