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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
