Voici votre URL de partage https://sharemycode.io/c/9ab82bc (Cliquer pour copier) (Copié)

import {
  ClassicEditor,
  Essentials,
  Bold,
  Italic,
  Font,
  Paragraph,
  Autoformat,
  Strikethrough,
  Heading,
  Link,
  List,
  Highlight,
  CKFinder,
  Table,
} from "/ckeditor5/ckeditor5.js";
console.log("coucou depuis ckeditor 5");

ClassicEditor.create(document.querySelector("#editor"), {
  plugins: [Essentials, Bold, Italic, Font, Paragraph,Autoformat,Strikethrough,Heading,Link,list,Highlight,CKFinder,Table,List],
  toolbar: {
    items: [
      "undo",
      "redo",
      "|",
      "bold",
      "italic",
      "|",
      "fontSize",
      "fontFamily",
      "fontColor",
      "fontBackgroundColor",
    ],
  },
})
  .then((editor) => {
    editor.resize("100%", "150");
    //   editor.sourceElement.parentElement.addEventListener("submit", function (e) {
    //     e.preventDefault();
    //     editor.updateSourceElement();
    //     this.submit();
    //   });
  })
  .catch((error) => {
    console.error(error);
  });

Informations

Cet extrait a été créé le 2 sept. 2024 à 19:51:05

Cet extrait expire le 2 oct. 2024 à 19:51:05

Langage : javascript

Logo javascript

Link

Voici votre URL de partage : https://sharemycode.io/c/9ab82bc Copié