ui.tree.js - Interface fork
Hi
i was looking for tree widget, so i tried ui.tree.js from svn. The
selecting-feature and the keyboard navigation is pretty nice, but i
was wondering why it does not use JQuery UI's draggable() or droppable
().
There was an example for a tree widget at interface.eyecon.ro that
did use a draggable() and droppable() so i took that tree widet,
made it work with UI's dragg/droppable() and merged the naming and
some parts of the code from the current ui.tree.js.
I dont't want to hinder the progress of the current ui.tree.js, but i
think it makes sense to use the existing draggable() and droppable().
So, here is the result of my copying, pasting, mergin, slighty
customizing.
See here for a short demo: http://www.informatik.uni-bremen.de/
~ahaller/code/jquery_tree_fork/tree.html
There are a few bugs in there. My question now is, if this is could
be of any value for UI and if i should spend more time on it
(orienting on the style of the current ui.tree.js). Or if there is
alerady some development going on for ui.tree.js, that are already is
in better shape and should be focused on?
bye
Andreas