Am 05.02.2007 um 18:23 schrieb Marcus Beyer:
Hi, i have a tree2 and want to get the following behaviour: - check node if all children nodes are checked - uncheck node if all children nodes are unchecked - check node grey if some (but not all) nodes are checked I think I know how to do this server side. But how can this implemented to work with JavaScript?
furthermore if the parent is checked, all children should be checked as well. Again: also on the client (JavaScript). thanks, Marcus

