#1330
Answered
12/7/23, 2:42 PM
HansZ
Answers: 2

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)

#16
12/11/23, 7:15 PM
PHPJetTeam
0

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!

#17
12/15/23, 4:17 PM
HansZ
0

Got it! Thanks!

Hans

Your Answer
Privacy Policy