views:

891

answers:

1

Hi,

I want to have a website navigation menu, where whenever someone clicks on it, a treeview with checkboxes appears, where they can select nodes in the tree.

Is this possible with YUI Treeview (http://developer.yahoo.com/yui/treeview/ ) or will I have to make it myself?

+2  A: 

Yes, it should be possible. Have a look at the Custom TreeView with Check Boxes YUI example.

Simon Lieschke