does DOJO TabContainer have an event thats triggered when changing tabs?
I imagine it would but I couldn’t find anything about it in the documentation. 🙁
SOLVED: It looks like I found a solution here:
Dijit TabContainer Events – onFocus
not the most searchable topic title :/
Connect
aspect.afterto TabContainer’sselectChildmethod:Or if you are interested in a particular tab, connect to its ContentPane’s
_onShow:See it in action at jsFiddle: http://jsfiddle.net/phusick/Mdh4w/