Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
Hi all,

I am looking for a toolkit which displays a tree structure on a webpage.
The toolkit should allow adding and editing entries (nodes) in the tree and interaction with the nodes (e.g. clicking performs some action).
It should be able to populate the entries of the tree nodes using C/C++ or another programming language.

Does anyone know such a toolkit?

Please help me.

Thanks in Advance.

Regards,
Farish
Posted
Updated 20-May-11 2:35am
v2
Comments
Manfred Rudolf Bihy 20-May-11 9:54am    
A javascript tree view toolkit that gets its entries populated in C/C++ or another programming language???

Please feel free to explain to us what it is you are after!
Sandeep Mewara 20-May-11 10:44am    
I am at total loss. I hope OP explains this. :doh:
farishkagalwala 20-May-11 11:14am    
Sorry for being vague. this is what i want to do:

i have an XML file (which has a tree structure) and I want to display the nodes of the file in a fancy graphical way on a website. However, the graphical display is not to be created using the XML file directly; rather a C++ code will read the XML file. The toolkit should be such that it has functions like AddNode, AddChildNode, DoThisOnClick (any function can be defined) and these can be called from the C++ program (which will call the functions according to the XML file) and the toolkit (or library) creates the display on a website.

I hope i have been able to make it clearer now.

1 solution

Start here[^]. Did you try searching CP or Google???
 
Share this answer
 
Comments
farishkagalwala 23-May-11 6:36am    
thanks. i am looking into it. but i think for what i need, i will have to do myself. i wont get an exact fit to my needs.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900