Forums de discussion

HTML symbols problem with CKEditor.

thumbnail
venkatesh vemula, modifié il y a 10 années.

HTML symbols problem with CKEditor.

Junior Member Publications: 37 Date d'inscription: 01/08/12 Publications récentes
Hi All

I prepared one navigation URL dynamically. This URL contains & symbols and i saved in one string . I am passing this string as default value to CKEditor. I am using this string containing navigation URL as hyper link . At this time navigation URL replaced with & instead of & symbol, by this my navigation URL is not working.

Can any one help me.

Thanks.
thumbnail
Kan Zhang, modifié il y a 10 années.

RE: HTML symbols problem with CKEditor.

Junior Member Publications: 68 Date d'inscription: 01/12/10 Publications récentes
Try to add
CKEDITOR.config.htmlEncodeOutput = false;
CKEDITOR.config.entities = false;


in html/js/editor/ckeditor_diffs/ckconfig.jsp
to see if it helps.