I’ve created the following tabbar; each tab needs to contain hyperlinks that invoke an editor to edit the tab content while in admin mode for CMS purpose. The problem I’m having is that hyperlinks define in tab1 will show also in tab2 content. How can I display hyperlinks for Tab1 in Tab1 only, hyperlinks for Tab2 in tab2 only and so on?
The issue can’t be reconstructed with local samples, the same code works correctly. ( basically the content of tab may not be visible if another tab selected - the only problematic case - usage of visibility:visible in custom css - in such case you can add enableForceHiding attribute to the top tag )