I am trying to use the above raphael javascript based api to do a custom mind map implementation.
I want to basicaly modify the action on node clicks. In addtion to tree hiding I want to display a box when a node is clicked and populate data in this box from backend. (for which I will use javascript function call).
I want to know how to display the box onclick of the node, just below it. Also when the node is clicked again the box should disappear.
The URL for the mind-map demo which I have modified is http://kenneth.kufluk.com/google/js-mindmap/
Thanks