[jQuery] Re: TreeView with Checkbox Tree

2007-07-24 Thread abba bryant
There is more to it than just a checkbox. The checking / unchecking behaviors clears or checks the child boxes. MARIO MOURA wrote: Other good example http://www.scbr.com/docs/products/dhtmlxTree/ Regards 2007/6/26, Jörn Zaefferer [EMAIL PROTECTED]: Mario Moura wrote: Yes,

[jQuery] Re: TreeView with Checkbox Tree

2007-07-23 Thread Mario Moura
Other good example http://www.scbr.com/docs/products/dhtmlxTree/ Regards 2007/6/26, Jörn Zaefferer [EMAIL PROTECTED]: Mario Moura wrote: Yes, Jörn Will be a good addon to treeview. About Christof email if just add the checkboxes to the li-Tag will work? Should I re-create my tree

[jQuery] Re: TreeView with Checkbox Tree

2007-06-26 Thread Mario Moura
Yes, Jörn Will be a good addon to treeview. About Christof email if just add the checkboxes to the li-Tag will work? Should I re-create my tree from my select form using option value=0linone/li/option or lioption value=0none/option/li Regards Mario 2007/6/25, Jörn Zaefferer [EMAIL

[jQuery] Re: TreeView with Checkbox Tree

2007-06-26 Thread Jörn Zaefferer
Mario Moura wrote: Yes, Jörn Will be a good addon to treeview. About Christof email if just add the checkboxes to the li-Tag will work? Should I re-create my tree from my select form using option value=0linone/li/option or lioption value=0none/option /li How about this? liinput

[jQuery] Re: TreeView with Checkbox Tree

2007-06-25 Thread Christof Donat
Hi, I am looking for this: http://www.blueshoes.org/_bsJavascript/components/tree/examples/example3.ht ml I want insert Checkbox in my treeview. Is it possible with JQuery? I guess Jörns Treeview Plugin will do the trik for you. Just add the checkboxes to the li-Tag.

[jQuery] Re: TreeView with Checkbox Tree

2007-06-25 Thread Jörn Zaefferer
Christof Donat wrote: I want insert Checkbox in my treeview. Is it possible with JQuery? I guess Jörns Treeview Plugin will do the trik for you. Just add the checkboxes to the li-Tag. http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ Thats what I thought at first, too.