PDA

View Full Version : Task TreeNode Example



yopiyop
19 Jun 2007, 8:04 AM
a small extension 'a la yahoo UI' :
The check boxes have three states: unchecked, partially checked (some sub-tasks are finished), checked (all sub-tasks complete).

complete sample & source (sample.html): http://www.freetab.free.fr/Ext.ux.TreeTaskNode/

references :

http://extjs.com/forum/showthread.php?t=5750&highlight=Check+Node+tree
http://developer.yahoo.com/yui/examples/treeview/check.html?mode=dist


Cordialement,
David
----

jax
20 Jun 2007, 6:34 AM
thx! It's so good

datura77
22 Jun 2007, 5:16 AM
great implementation. Works prefectly.

Two minor bugs/things to remember:

1. gifs are hardcoded to root folders
2. Notification - hardcoded to the tree variable that must be global, other wise it doesn't work. I.e. if my tree is var tree1 = xxxx , I wouldn't get notified