I am creating an application where I programmatically create a tabContainer with several contentPanes as children, these contentPanes load their content via their href attribute, how can I make sure that any and all links contained within these external pages reload in their parent contentPane?
I am creating an application where I programmatically create a tabContainer with several contentPanes
Share
I think the only way you could really do this is:
dojo.query('a', tabNode)parent content-pane to that value
Of course, you could do this from the server if you control all the links that are generated there.
Let me know if you need help on any of the code for this.
When you have the link element in hand, you can get its containing widget with: