I have a jQuery CKEditor implementation. We often add HTML markup to the 'title' attribute of tag A using a dialog. However, when we do this, it converts the HTML so that it is parsed as text. We want the code to remain as it was, instead of putting "cke-saved" data all over the world and converting <> to & lt and> gt.
I tried to disable objects in the config, but it does not work.
Can anyone help?
Thank.
source
share