In ckeditor we have two editing modes (source view and WYSiWYG view)
We can (because of) add any html codes in source view mode. But in WYSiWYG mode, we only play with the toolbar and the allowed properties. For those who are not familiar with HTML, I am trying to find ways to help them identify events on elements in the editor (for example, onclick = "alert ('test');").
Are there any ways to do this?
in the case of an image, we can specify id, title, style and class in ckeditor. But that is all. If there is a way to add or include additional properties in something like config.js, this will be very good.
Thanks in advance
KS from Korea.
source
share