Outils pour utilisateurs

Outils du site


informatique:bibliotheques_vendor

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:bibliotheques_vendor [2019/07/12 10:53] bertrandinformatique:bibliotheques_vendor [2021/03/04 09:41] (Version actuelle) – [Les Bibliothèques] bertrand
Ligne 3: Ligne 3:
   * [[https://ckeditor.com/|CKEditor]] - Éditeur de texte WYSIWYG   * [[https://ckeditor.com/|CKEditor]] - Éditeur de texte WYSIWYG
   * [[https://github.com/PHPOffice/PhpSpreadsheet|PhpSpreadsheet]] - Lecture/Écriture de fichier open document spreadsheet (ODS), excel, CSV… et écriture PDF!   * [[https://github.com/PHPOffice/PhpSpreadsheet|PhpSpreadsheet]] - Lecture/Écriture de fichier open document spreadsheet (ODS), excel, CSV… et écriture PDF!
 +  * [[https://pdf-lib.js.org/|PDF-LIB.org]] "Create and modify PDF documents in any JavaScript environment.", utilisé pour les certificats de déplacement lors du confinement COVID
 +  * [[https://wkhtmltopdf.org/wkhtmltopdf.org]] utilisé par Étienne F. pour les inscriptions
 +  * [[https://d3js.org/|D3.js]] bibliothèque JS pour manipuler des données, réaliser des graphiques…
   * [[https://jpgraph.net/|JpGraph]] - Création de graphique à partir de GD   * [[https://jpgraph.net/|JpGraph]] - Création de graphique à partir de GD
   * [[https://leafletjs.com|leaflet]] - Création de graphique SIG (en JS)   * [[https://leafletjs.com|leaflet]] - Création de graphique SIG (en JS)
 +
 +===== Pour les vues (IHM, UX) =====
 +  * [[https://getbootstrap.com/|bootstrap]] l'incontournable… en attendant la montée en puissance de [[https://www.w3schools.com/css/css_grid.asp|CSS Grid]] ([[https://hacks.mozilla.org/2017/04/replace-bootstrap-layouts-with-css-grid/|article tuto sur Mozilla]])
 +
 +la partie JavaScript de bootstrap, par exemple pour disposer de la fonctionnalité //dropdown// cf. la page [[https://getbootstrap.com/|bootstrap]] encart //BootstrapCDN// :
 +
 +<code html>
 +<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
 +<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
 +<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
 +</code>
 +
 +  * [[https://bootswatch.com/|bootswatch]] thèmes/templates basés sur bootstrap
informatique/bibliotheques_vendor.1562921584.txt.gz · Dernière modification : 2019/07/12 10:53 de bertrand