Advanced Tab Block: switching tabs losing the content generated by a script
-
I have multiple graphs to display and want to sort them using the Advanced Tab Block. In each tab the content is like this:
<code class="beliefnetwork" id="tab2" cypherstring="match (n)-[r]-(m) where n.gid='Kt' and m.gid='Kt' return n,r,m"></code>
When the page first reload, the first tab does generate the graph. But if I switch tab 2, the graph in tab 2 doesn’t show up. If I switch back to tab 1, the graph in tab 1 disappears.
Why does this happen? Here is the test page. If you open the view source you can see the js script that generates the graph. I don’t post it here because it’s quite long, and I don’t think it has much relevance to this issue.
- The topic ‘Advanced Tab Block: switching tabs losing the content generated by a script’ is closed to new replies.