From 23d5beb1a4e165bf384faca4d56f73248d224d8c Mon Sep 17 00:00:00 2001 From: "michael.danielczok" <michael@pcsg.de> Date: Tue, 12 Jul 2022 11:37:54 +0200 Subject: [PATCH] refactor: Documentation added --- README.md | 10 +++++----- bin/Controls/NavTabs.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4575f5..14ec072 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ QUIQQER Menu ======== -The Plugin menu provides various menu controls. +The Plugin menu provides various menu controls. Package name: @@ -41,9 +41,9 @@ Contribution Support ------- -Falls Sie Fehler gefunden, Wünsche oder Verbesserungsvorschläge haben, +Falls Sie Fehler gefunden, Wünsche oder Verbesserungsvorschläge haben, können Sie uns gern per Mail an support@pcsg.de darüber informieren. -Wir werden versuchen auf Ihre Wünsche einzugehen bzw. diese an die zuständigen Entwickler +Wir werden versuchen auf Ihre Wünsche einzugehen bzw. diese an die zuständigen Entwickler des Projektes weiterleiten. @@ -117,8 +117,8 @@ $Menu->appendHTML( **NavTabs and NavTabsVertical - auto open and scroll to element** Every nav tab content has an url conform ID (title, it comes from brick entries). -You can use it to target 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. +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> diff --git a/bin/Controls/NavTabs.js b/bin/Controls/NavTabs.js index 3eb1351..3e78e05 100644 --- a/bin/Controls/NavTabs.js +++ b/bin/Controls/NavTabs.js @@ -2,7 +2,7 @@ * Navigation tabs control * * Every nav tab content has an url conform ID (title, it comes from brick entries). - * You can use it to target this element. Simply place `#open_` before your title in the url. + * 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. * * Example: <a href="www.example.com/subpage#open_myTarget">Open "myTarget" element</a> -- GitLab