I created this simple example with two tabs, the first tab1 i want to make it disappear myTab.child(‘# tab1’).Tab.hide(), but your html content does not disappear with the tab1. And when I enable the html content of tab2 tab1 is on the html of tab2. Why?
Thanks in Advanced,
Cláudio.
You need to use
setActiveTabto switch tabs (orgetLayout().setActiveItem()).From the help: