Text Field - Rich Text Editor
Text Field - Rich Text Editor
rboudwin
Posts: 28Questions: 6Answers: 1
Has anyone had success with a rich text editor in their text field and/or a way to set the field to html?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Are you using Editor? It has plugins to use CKEditor, Quill and TinyMCE.
https://editor.datatables.net/plug-ins/field-type/
Maybe one of those will do what you need.
Kevin
I was able to get CKEditor to work. Thank you for the link!
Now that I got CKEditor to work, I need some hints on how to save when Entering, since it returns to a new line within the text editor.
This is correct - in the rich text editors it is assumed that pressing enter will create a new paragraph. If it didn't, how would your end user create a new paragraph in the rich text input?
Allan
Yes, I agree that's the purpose. Is there another way to submit the text editor values inline? Maybe this is a question for ckeditor, however, it says that the save button will function if it is inside a form.
I didn't realise you were using inline editing. You could use a submit button.
Allan
Thank you! I had searched but wasn't using the correct keyword terms.