Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript Treeview

Status
Not open for further replies.

JDAEMS

Programmer
Aug 27, 2003
84
BE
I am looking for a tree view written in HTML & JavaScript.

I have found several, but for most code for the tree view you have to pay or they can only be used under GPL conditions.

But the general idea is to get free code on how to create a tree view without bothering about buying a product or contacting whoever. I need to be able to sue this for free for my company. I'm sure there are loads of trees you can pay for, even if they are cheap. But I'm also sure that there is code available that is just free for use.

Preferably I’d like a tree view with checkboxes in them so users can make different selections.

Can anyone help me in this?

Thank you in advance.
 
I have found several ... they can only be used under GPL conditions

Just to clarify, are you saying that any free menu that is issued under the GPL is out of the question for your needs?

On free menus (whether under the GPL or not), I'd look into the following:

- The classic (and much under-rated) "Joust" system, available here:


- Treeview, available here:


- Try building your own with these tutorials:


- Yet another free one:


Incidentally, I found all of these by doing a search on Google for "tree control javascript".

Hope this helps,
Dan

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
It did. I found the code I was looking for

Thank you very much.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top