Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
web:new [2024-01-12 21:18] – [Setting up a new website] adminweb:new [2024-01-12 22:07] (current) – [Setting up a new website] admin
Line 12: Line 12:
       * ''npm install @form-validation/styles''       * ''npm install @form-validation/styles''
       * ''npm install @form-validation/plugin-j''       * ''npm install @form-validation/plugin-j''
 +    * sortableJS: [[sortablejs.github.io/Sortable/|sortableJS]]
 +      * ''npm install sortablejs''
 +      * ''npm install jquery-sortablejs''
 +    * clipboardJS: ''npm install clipboard'' [[https://clipboardjs.com/]]
     * vanillajs-datepicker: ''npm install vanillajs-datepicker'' [[https://mymth.github.io/vanillajs-datepicker/#/|vanillajs-datepicker]]     * vanillajs-datepicker: ''npm install vanillajs-datepicker'' [[https://mymth.github.io/vanillajs-datepicker/#/|vanillajs-datepicker]]
       * Important: stopPropagation if used in a modal (to prevent actions like loading and submitting to happen automatically in the modal):       * Important: stopPropagation if used in a modal (to prevent actions like loading and submitting to happen automatically in the modal):