-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
navcurrent, resize, wb-focus + linspacing
- Loading branch information
1 parent
9aca247
commit ad6ebf4
Showing
14 changed files
with
460 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"@context": { | ||
"@version": 1.1, | ||
"dct": "http://purl.org/dc/terms/", | ||
"title": { "@id": "dct:title", "@container": "@language" }, | ||
"description": { "@id": "dct:description", "@container": "@language" }, | ||
"modified": "dct:modified" | ||
}, | ||
"title": { | ||
"en": "NavCurrent", | ||
"fr": "NavCurrent" | ||
}, | ||
"description": { | ||
"en": "Identifies URLs in a navigation system that match the current page URL or a URL in the breadcrumb trail.", | ||
"fr": "Identifie les URL dans un système de navigation qui correspondent à l'URL de la page actuelle ou à une URL dans le fil d'Ariane." | ||
}, | ||
"modified": "2024-08-01", | ||
"componentName": "wb-navcurr", | ||
"status": "stable", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "NavCurrent", | ||
"language": "en", | ||
"path": "./navcurrent-en.html" | ||
}, | ||
{ | ||
"title": "NavCurrent", | ||
"language": "fr", | ||
"path": "./navcurrent-fr.html" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
{ | ||
"title": "NavCurrent", | ||
"language": "en", | ||
"description": "Identifies URLs in a navigation system that match the current page URL or a URL in the breadcrumb trail.", | ||
"altLangPage": "wb-navcurr-fr.html", | ||
"dateModified": "2024-08-01" | ||
} | ||
--- | ||
|
||
<ul class="list-inline"> | ||
<li><a class="btn btn-primary" href="https://github.com/wet-boew/GCWeb/issues/new?title=WET-BOEW%20NavCurrent">Questions or comments?</a></li> | ||
</ul> | ||
|
||
<p>The wb-navcurr component in WET-BOEW identifies URLs in a navigation system that match the current page URL or a URL in the breadcrumb trail. It triggers a custom event to apply the "current" state to the matching navigation item. The component defines the following events:</p> | ||
|
||
<ul class="list-inline"> | ||
<li><strong>navcurr.wb:</strong> Triggered to identify and mark the navigation item that matches the current page URL or breadcrumb trail URL.</li> | ||
</ul> | ||
|
||
<p>It is used in the following components:</p> | ||
|
||
<ul class="list-inline"> | ||
<li><a href="https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/menu/menu-en.html">Menu</a></li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
{ | ||
"title": "NavCurrent", | ||
"language": "fr", | ||
"description": "Identifie les URL dans un système de navigation qui correspondent à l'URL de la page actuelle ou à une URL dans le fil d'Ariane.", | ||
"altLangPage": "wb-navcurr-en.html", | ||
"dateModified": "2024-08-01" | ||
} | ||
--- | ||
|
||
<ul class="list-inline"> | ||
<li><a class="btn btn-primary" href="https://github.com/wet-boew/GCWeb/issues/new?title=WET-BOEW%20NavCurrent">Questions ou commentaires ?</a></li> | ||
</ul> | ||
|
||
<p>Le composant wb-navcurr dans WET-BOEW identifie les URL dans un système de navigation qui correspondent à l'URL de la page actuelle ou à une URL dans le fil d'Ariane. Il déclenche un événement personnalisé pour appliquer l'état "actuel" à l'élément de navigation correspondant. Le composant définit l'événement suivant :</p> | ||
|
||
<ul class="list-inline"> | ||
<li><strong>navcurr.wb :</strong> Déclenché pour identifier et marquer l'élément de navigation qui correspond à l'URL de la page actuelle ou à l'URL du fil d'Ariane.</li> | ||
</ul> | ||
|
||
<p>Il est utilisé dans les composants suivants :</p> | ||
|
||
<ul class="list-inline"> | ||
<li><a href="https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/menu/menu-fr.html">Menu</a></li> | ||
</ul> |
Oops, something went wrong.