Hello,
I want to create an interactive diagram that lets the user go through an hierarchy that I have stored in a DB.
So there would be a node for every instance of an object that I have stored. The user clicks the Node and for every object associated forward to that object another Node appears. The user should be able for each node by clicking on buttons on the node to make the nodes that are associated forward and backwards to it appear or disappear. I also want to show a panel with information about the object when the user hovers the mouse over the node.
For each node at least 4 different actions, hide it, show its associations below it, show its associations above it, show a panel with info about the node.
Each node would have to have buttons i guess.
I tried to look for some components that would make this easier but i see none that really fits my needs. (I can't use silverlight).
Any suggestions?
Thank you |