简体   繁体   中英

How to add support in LIferay 6.1 add message ckeditor korean language support IE11?

I can't add korean language message body. in Liferay 6.1. Its seem it is older version of ckeditor issue. It is working fine in IE9, IE10. It is also working fine in chrome. It is working fine for Liferay 6.2 version as well. How can i find solution of above issue. I have attached screenshot below. 在留言板上输入韩语。

Just a heads up for what you can do :

You don't need to use EXT for this. What you can do is download liferay's source code. Download patch/fixes/source-files for CKEditor from its official site (I think you might need to update the ckeditor's version if Liferay).

Put those in Liferay source's portal-web module (refer : build.xml placed in portal-web module folder to know what is getting build from where)

Create a hook and replace newly build files.

Hope it helps

You should work in EXT, overriding the portal-web module by replacing ckeditor folder.

Another idea (not tested, but it may work) is to just override ckeditor folder directly in your installation folder (then restart your appserver): /webapps/ROOT/html/js/editor/ckeditor

In both case mind the ckeditor_diffs folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM