Quill link button is not working
Quill link button is not working
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
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
Thank you, Allan!
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
Yes - the plug-ins match the Editor release. The latest version should be compatible with the latest Quill.
Allan