-
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.
Content - Adding WET-BOEW working examples (#2365)
Content - Adding WET-BOEW working examples - charts - details-close - dismissable-content - exitscript - tables - wb-disable - wb-postback
- Loading branch information
1 parent
29560bd
commit bdf0fe3
Showing
7 changed files
with
372 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"@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": "Charts and Graphs", | ||
"fr": "Graphiques" | ||
}, | ||
"description": { | ||
"en": "Dynamically generates charts and graphs from table data", | ||
"fr": "Génère dynamiquement des graphiques et des diagrammes à partir des données de tableaux" | ||
}, | ||
"modified": "2024-07-10", | ||
"componentName": "charts", | ||
"status": "stable", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "Charts and graphs - Simple and easy", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/charts/charts-en.html" | ||
}, | ||
{ | ||
"title": "Graphiques - Simple", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/charts/charts-fr.html" | ||
}, | ||
{ | ||
"title": "Charts and graphs - Customization", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/charts/custom-en.html" | ||
}, | ||
{ | ||
"title": "Graphiques - Personalisation", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/charts/custom-fr.html" | ||
}, | ||
{ | ||
"title": "Charts and graphs - Labels and reference values", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/charts/labelsandreferencevalue-en.html" | ||
}, | ||
{ | ||
"title": "Graphiques - Étiquettage et la valeur de référence", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/charts/labelsandreferencevalue-fr.html" | ||
}, | ||
{ | ||
"title": "Charts and graphs - Customizing pie charts", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/charts/piecustom-en.html" | ||
}, | ||
{ | ||
"title": "Graphiques - Personalisation de diagramme circulaire", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/charts/piecustom-fr.html" | ||
}, | ||
{ | ||
"title": "Charts and graphs - Specific test cases", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/charts/testing-en.html" | ||
}, | ||
{ | ||
"title": "Graphiques - Scénarios d'essai spécifiques", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/charts/testing-fr.html" | ||
} | ||
], | ||
"docs": [ | ||
{ | ||
"title": "Charts and graphs - Simple and easy", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/charts/charts-en.html" | ||
}, | ||
{ | ||
"title": "Graphiques - Simple", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/charts/charts-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,46 @@ | ||
{ | ||
"@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": "Details closed", | ||
"fr": "Details fermé" | ||
}, | ||
"description": { | ||
"en": "Keep selected details elements closed on defined viewport and down if they were not engaged, default is small", | ||
"fr": "Maintient les éléments de détails sélectionnés fermés sur le viewport défini et en dessous s'ils n'ont pas été utilisés, par défaut sur petit" | ||
}, | ||
"modified": "2024-05-16", | ||
"componentName": "details-close", | ||
"status": "provisional", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "Details closed", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/details-close/details-close-en.html" | ||
}, | ||
{ | ||
"title": "Details fermé", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/details-close/details-close-fr.html" | ||
} | ||
], | ||
"docs": [ | ||
{ | ||
"title": "Details closed", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/details-close/details-close-en.html" | ||
}, | ||
{ | ||
"title": "Details fermé", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/details-close/details-close-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,46 @@ | ||
{ | ||
"@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": "Dismissable content", | ||
"fr": "Contenu écartable" | ||
}, | ||
"description": { | ||
"en": "Make content dismissable by users", | ||
"fr": "Permettre aux utilisateurs d'écarter certains contenus" | ||
}, | ||
"modified": "2024-05-16", | ||
"componentName": "dismissable-content", | ||
"status": "stable", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "Dismissable content", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/dismissable-content/dismissable-content-en.html" | ||
}, | ||
{ | ||
"title": "Contenu écartable", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/dismissable-content/dismissable-content-fr.html" | ||
} | ||
], | ||
"docs": [ | ||
{ | ||
"title": "Dismissable content", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/dismissable-content/dismissable-content-en.html" | ||
}, | ||
{ | ||
"title": "Contenu écartable", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/dismissable-content/dismissable-content-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,46 @@ | ||
{ | ||
"@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": "Exit script", | ||
"fr": "Sortie de navigation avisé" | ||
}, | ||
"description": { | ||
"en": "Redirects users to another site", | ||
"fr": "Aviser l'utilisateur d'une redirection vers un autre site" | ||
}, | ||
"modified": "2024-05-16", | ||
"componentName": "exitscript", | ||
"status": "stable", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "Exit script", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/exitscript/exitscript-en.html" | ||
}, | ||
{ | ||
"title": "Sortie de navigation avisé", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/exitscript/exitscript-fr.html" | ||
} | ||
], | ||
"docs": [ | ||
{ | ||
"title": "Exit script", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/exitscript/exitscript-en.html" | ||
}, | ||
{ | ||
"title": "Sortie de navigation avisé", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/exitscript/exitscript-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,56 @@ | ||
{ | ||
"@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": "Tables", | ||
"fr": "Tables" | ||
}, | ||
"description": { | ||
"en": "Integrates the DataTables plugin into WET providing searching, sorting, filtering, pagination and other advanced features for tables", | ||
"fr": "Ajoute des fonctionnalités aux tableaux telles que la recherche, le tri, le filtrage et la pagination" | ||
}, | ||
"modified": "2024-05-17", | ||
"componentName": "tables", | ||
"status": "stable", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "Tables", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tables/tables-en.html" | ||
}, | ||
{ | ||
"title": "Tables", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tables/tables-fr.html" | ||
}, | ||
{ | ||
"title": "Table Filters", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tables/tables-fltrs-en.html" | ||
}, | ||
{ | ||
"title": "Table Filters", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tables/tables-fltrs-fr.html" | ||
} | ||
], | ||
"docs": [ | ||
{ | ||
"title": "Tables", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/tables/tables-en.html" | ||
}, | ||
{ | ||
"title": "Tables", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/tables/tables-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,46 @@ | ||
{ | ||
"@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": "Basic HTML", | ||
"fr": "HTML simplifié" | ||
}, | ||
"description": { | ||
"en": "Enable Basic HTML Mode on any given page to simplify the readability of the page by executing the bare minimum DOM manipulations", | ||
"fr": "Activer le mode HTML de base sur une page donnée pour simplifier la lisibilité de la page en exécutant le strict minimum de manipulations du DOM" | ||
}, | ||
"modified": "2024-05-17", | ||
"componentName": "wb-disable", | ||
"status": "stable", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "Basic HTML", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/wb-disable/wb-disable-en.html" | ||
}, | ||
{ | ||
"title": "HTML simplifié", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/wb-disable/wb-disable-fr.html" | ||
} | ||
], | ||
"docs": [ | ||
{ | ||
"title": "Basic HTML", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/wb-disable/wb-disable-en.html" | ||
}, | ||
{ | ||
"title": "HTML simplifié", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/wb-disable/wb-disable-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,46 @@ | ||
{ | ||
"@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": "Postback", | ||
"fr": "Envoie de formulaire via Ajax" | ||
}, | ||
"description": { | ||
"en": "Submit web form through AJAX call", | ||
"fr": "Soumission de formulaire via une requête Ajax" | ||
}, | ||
"modified": "2024-05-17", | ||
"componentName": "wb-postback", | ||
"status": "stable", | ||
"pages": { | ||
"examples": [ | ||
{ | ||
"title": "Postback", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/wb-postback/wb-postback-en.html" | ||
}, | ||
{ | ||
"title": "Envoie de formulaire via Ajax", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/wb-postback/wb-postback-fr.html" | ||
} | ||
], | ||
"docs": [ | ||
{ | ||
"title": "Postback", | ||
"language": "en", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/wb-postback/wb-postback-en.html" | ||
}, | ||
{ | ||
"title": "Envoie de formulaire via Ajax", | ||
"language": "fr", | ||
"url": "https://wet-boew.github.io/wet-boew/docs/ref/wb-postback/wb-postback-fr.html" | ||
} | ||
] | ||
} | ||
} |