You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by gvp <bl...@gmail.com> on 2005/06/03 12:42:10 UTC

tree with checboxes

Hi All,

Has anybody seen or knows how to implement tree control with
checkboxes for each node. I'd like to represent hierarchical data for
selection and posting. Each click on parent node checkboxes selects
all its children and selection any of children will check its parent.

  

-- 
Best regards,
gvp                          


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: tree with checboxes

Posted by Kent Tong <ke...@cpttm.org.mo>.
gvp <blindvit <at> gmail.com> writes:

> Has anybody seen or knows how to implement tree control with
> checkboxes for each node. I'd like to represent hierarchical data for
> selection and posting. Each click on parent node checkboxes selects
> all its children and selection any of children will check its parent.

You can use the Tacos Tree to have a checkbox for each node.
To implement the described behavior above, you may try to
use MindBridge's checkboxes library 
(http://www.t-deli.com/#checkboxes).



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org