tags:

views:

21

answers:

1

I have a request to only have the leaf nodes of the tree have the option of being selected.

This tree is being populated with the json_data plugin. Is there an option available either in the data or through the api to remove checkboxes or prevent them from being rendered?

A: 

Which plug-in you use? There is a lot of plug-ins - here is one so may serve you needs

http://www.greepit.com/2009/03/javascript-dynamic-tree-view-control-for-jquery/

yytg
we are using jsTree. It is built into several other areas of the app. This is the first time that the requirement has come up for this kind of manipulation.
Dennis Burton