Primefaces Extensions Ckeditor: Cannot Access Custom Config
I need my pe:ckEditor to load custom config, but I have been unsuccessful in this matter for some time, I will welcome any suggestions how to make it work. (I need it functional be
Solution 1:
The customConfig
attribute on pe:ckEditor
is a URL.
So just put your JS somewhere, where it's a accessible via the browser.
If its accessible (for example) as localhost:8080/myfolder/ckeditor.js
, it should work correctly when you set customConfig
to '#{request.contextPath}myFolder/ckeditor.js'
Post a Comment for "Primefaces Extensions Ckeditor: Cannot Access Custom Config"