This is for following controls [brick_name (PHP Control
)]:
-
Menu: Navigation Tabs (vertical) (
\QUI\Menu\Controls\Tabs
) -
Menu: Advanced Tabs (
\QUI\Menu\NavTabsVertical
)
Every nav tab content has an url conform ID (title, it comes from brick entries). You can use it to target and auto open this element. Simply place #open_
before your title in the url. The page will be scrolled to the element if it is not in viewport.
<a href="www.example.com/subpage#open_myTarget">Open "myTarget" element</a>