Hey
how can I display an alert every time that I change my tab?
I want to display an different button every time that I change to another tab
it's better if I can check this inside the tab selected... because I know that the funcions only work for the first time that you open an tab to don't rebuild all the window... but I need to check this every time I enter in an tab
1 Answer
Because you will be changing to a new tab, you can grab your tab from inside the 'click' event handler:
e.source.activeTab.* for example e.source.activeTab.title
Your Answer
Think you can help? Login to answer this question!