| Discussion Home | About | Threads By Date | Search |
Title
ColdFusion Tree with Checkbox functionality
Content
Dear ColdFusion Friends,
I am looking for the functionality to render the tree with Checkboxes feature where enabling parent node enables the child nodes too and disable the childnode will not enable parent node.
Please share ideas with which i can achieve this. you can email me to on raghuramgreddy@gmail.com too.
Thanks and Regards,
Raghuram Reddy Gottimukkula
Member Bangalore CFUG
|
|
posted 10/18/10 by CF Mitrah | Report Abuse Try this one. http://crepitus.com/misc/ext/tree.html I hope, it will help. If you are facing problems, Please share the info. |
|
|
posted 10/18/10 by CF Mitrah | Report Abuse <p>I thing, CF doesn't have any build in way to customize tree nodes. You can only change style & icons of tree node.</p> <p>To add check boxes in your tree, you need to stick with JS. Try this one.</p> <p> http://crepitus.com/misc/ext/tree.html</p> <p>I hope, it will help. If you are facing problems, Please share the info.</p> |
|
|
posted 03/18/11 by kewal chopra1 | Report Abuse Hi Mitrah, We have imlemented similar functionality in our application. The best would be if you Use JQuery for this. |