Regarding the tree components you mentioned above, there is a serialize method which you can pass a custom function to retrieve the node id. By default it uses the whole id found on every li element. Just try adding an "onChange" event and call "this.serialize();" in it and you will see. The explanation in the blog post you mentioned above is pretty generic, mostly works for my tree component too
On Dec 13, 10:11 am, Jan <[email protected]> wrote: > Thanks a lot for pointing me in the right direction. This URL was very > helpful:http://pilon.nl/mootools/2008/12/19/saving-a-sortable-nested-list-moo... > (following the forum post provided by Rolf). > Regards, > Jan > > On 13 Dez., 09:39, Rolf -nl <[email protected]> wrote: > > > > > How does packager relate to the js tree component? :) > > > Anyway, you can also check out MifTree:http://mifjs.net/ > > There's a nice tree component there with many features, plus in the > > forum there are also answers to your specific question. > > E.g.:http://mifjs.net/forum/topic/167/ > > > On Dec 13, 12:46 am, JoomlaCBE <[email protected]> wrote: > > > > Shortly after the the Forge was opened (which is gorgeous), I've come > > > across this nice script:http://cpojer.net/Scripts/TreeComponents/ > > > > With it you can easily build and manage a tree (via drag & drop). It's > > > basically a list (ul/li). > > > Now my question: how can I ransfer the tree structure information to a > > > php script ? Does anyone know of a way ? > > > Thank you very much in advance, > > > Jan
