Änderungen

Create home/developer/Automatisches Scrollen zum Element erstellt von Michael Danielczok's avatar Michael Danielczok
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.
```html
<a href="www.example.com/subpage#open_myTarget">Open "myTarget" element</a>
```
\ No newline at end of file