Welcome Guest, Not a member yet? Register   Sign In
Not CI but... tree control recommendation
#1

[eluser]txomin[/eluser]
I'm developing a site (with CI, of course) and am in need of a tree control for navigation.

I've looked at a few but they are either buggy or tricky to get to work right. Could anyone recommend a tree that they've work with in the past?

Much appreciated.
#2

[eluser]pistolPete[/eluser]
Ajax / javascript based?

Have a look at ExtJS TreePanel, but ExtJS is pretty heavy if you just need the tree.
Another one is jsTree, it's a jQuery plugin.
#3

[eluser]txomin[/eluser]
Thanks for the reply pistolPete. Just javascript. No need for ajax.

I'll take a look at those trees that you suggested.

Be well.
#4

[eluser]Daniel Peraza[/eluser]
Hi!, I have used Yahoo User Interface Library's TreeView widget successfully before and also I have developed a small CI library for those cases when you have nested lists of, say, categories (it could be menus/sub-menus, employees/supervisors, or whichever data you need to present in a hierarchical manner) that could help you to retrieve the data from your database and present it as a tree using the aforementioned YUI's TreeView widget.

Check it out at this post: http://ellislab.com/forums/viewthread/105416/ and follow YUI's directions on how to use its widgets.
#5

[eluser]txomin[/eluser]
Very, very nice. Thank you Daniel.




Theme © iAndrew 2016 - Forum software by © MyBB