Using getOrgChart.com
How do I disable the default behaviour of a click going to the details view? I have set editable to false. I am including an xlink in the box which works but the details view is initially visible before the link goes to the the href?
[EDIT] I found that I could disable default behaviour with a return false on the click parameter
To disable details view you have to attach to the click event. Here is an example:
see the demo here