Scandal
Well-known member
Is that possible to make a tab to work like a link, which, when followed, the tab will be selected and opened?
I mean something different than #tab_id on the URL end or at least with it. I mean a hard link with full page re-load.
Example:
Any idea?
On xF1.5 there was something like ?type=recent_content.
In reality I want to use xF2 tab contents in addition with <xfagenav> so the page nav url or / and the tab should keep opened the relative tab.
I mean something different than #tab_id on the URL end or at least with it. I mean a hard link with full page re-load.
Example:
HTML:
<span class="hScroller-scroll">
<a href="{$MY_URL}"
class="tabs-tab is-active"
role="tab"
aria-controls="recent_content" id="recent_content"
rel="nofollow">Recent Content</a>
</span>
On xF1.5 there was something like ?type=recent_content.
In reality I want to use xF2 tab contents in addition with <xfagenav> so the page nav url or / and the tab should keep opened the relative tab.