Integration of another WYSYWYG editor
Hello again! We do not like WYSYWYG which is integrated into the Jet framework. Is it possible to integrate our favorite editor? Thanks!
Answers (2)
Hello :-)
I will give you a hint.. All this around here is also built on PHP Jet. And while writing the question, you probably noticed the editor working with the markdown format. I mean, yes, it's possible and even directly envisaged.
If you want to completely change the WYSWYG editor globally for example in the administration, then reimplement the WYSWYG form element view script, this one:
application/bases/admin/views/form/field/input/wysiwyg.phtml
You can integrate any editor there and the change will be reflected globally.
Of course, it is possible to change the editor for just one form, for example, but that's a different issue.
Have a great day and we look forward to more questions!
Got it! Thanks!
Hans
Please Sign In or Sign Up. It is really simple, and it takes only few seconds. You can use your Google account.