Quill link button is not working

Quill link button is not working

rf1234rf1234 Posts: 2,808Questions: 85Answers: 406
edited February 2017 in Free community support

Hi Allan,

I have implemented Quill now. Everything works fine except for the link button and the placeholder. The link button is there but it doesn't work. Once you select some text and click the link button you should be able to enter a link into a small field. Like here: https://quilljs.com/
But the small field does not appear in Editor. The placeholder is ignored.

I am using Quill 0.20.1. This is my code in Editor:

{
label: "Description:",
name:  "rfp.description",
type:  "quill",
toolbar: quillToolbar,
      opts: {
                    placeholder: 'Please enter your description',
                    theme: 'snow'
                }             
}

How could I fix this? Additional opts?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin
    Answer ✓

    Last night I rewrote the Quill plug-in for Editor to make it compatible with the Quill 1.0 API. I'll publish it on the Editor site tomorrow. The link button appears to work okay with that.

    Allan

  • rf1234rf1234 Posts: 2,808Questions: 85Answers: 406

    Thank you, Allan!

  • rf1234rf1234 Posts: 2,808Questions: 85Answers: 406
    edited April 2017

    Good morning Allan,

    is the plugin now compatible with both Quill 1.x and the Quill 0.20.1 Version that you still have here: https://datatables.net/download/index ?

    What version of the plugin would I need to use if I wanted to use the latest Quill-Version here: https://quilljs.com/docs/download/ ?

    Is it Field Type - Quill Version 1.6.2 ?

    Roland

  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin

    Yes - the plug-ins match the Editor release. The latest version should be compatible with the latest Quill.

    Allan

This discussion has been closed.