Contextmenu on 4.03

Hi,

On 3.6 for attach a Contextmenu to a Tabbar i used :

tabbar._tabZone.id="theader";
contextmenu.addContextZone("theader");

But it doesn’t work on 4.03. Did you have a solution to replace the code ?

Regards

Hi

try this: tabbar.tabsArea.id=“theader”;

it works very well.

Thanks !