Fórumok

Ck Editor in custom portlet

prakash verma, módosítva 10 év-val korábban

Ck Editor in custom portlet

New Member Bejegyzések: 2 Csatlakozás dátuma: 2013.09.30. Legújabb bejegyzések
Hi Experts,

I want to know how to use ckeditor in my custom portlets.(Using Liferay 6.1 GA2)

I have used the followings links

1) https://www.liferay.com/web/guest/community/wiki/-/wiki/Main/How+to+add+a+wysiwyg+html+editor+to+a+portlet

after click on submit button taking too much time to load the page.

2) http://www.liferaysolution.com/2011/09/add-ckeditor-in-liferay.html#.UneM9PnddNM

Can any body explain me about EDITOR_WYSIWYG_IMPL_KEY and it should be used for custom portlets.

3)http://portaldevelopment.wordpress.com/2008/05/09/using-fckeditor-in-liferay-portlet/

This blog using ext-environment,not for custom portlets.

4) http://liferayportaltutorial.wordpress.com/2012/03/29/ck-editor-in-liferay-6-0/

Not working page not loading after clicking on submit button.

Please Liferay experts tell me step by step process how to use.

How to get ckeditor value in java class.

Any help would be highly appreciated.

Thanks in advance
venka reddy, módosítva 10 év-val korábban

RE: Ck Editor in custom portlet

Regular Member Bejegyzések: 231 Csatlakozás dátuma: 2011.03.23. Legújabb bejegyzések
hi Prakash,

Have you gone through the following URL , It may work for you

http://liferaytutorial.blogspot.in/2013/11/adding-ck-editor-in-liferay.html.


Let me know if you have face any problem in integrating.
Taruchit Goyal, módosítva 5 év-val korábban

RE: Ck Editor in custom portlet

Junior Member Bejegyzések: 60 Csatlakozás dátuma: 2018.03.16. Legújabb bejegyzések

Hello,

http://liferaytutorial.blogspot.in/2013/11/adding-ck-editor-in-liferay.html
The above URL is not working.
Please share another URL for the same.

thumbnail
Himanshu Bhandari, módosítva 8 év-val korábban

RE: Ck Editor in custom portlet

Regular Member Bejegyzések: 148 Csatlakozás dátuma: 2014.05.09. Legújabb bejegyzések
Hi
I want to know how to use ckeditor in my custom portlets

<liferay-ui:input-editor name="content"></liferay-ui:input-editor>

How to get ckeditor value in java class.

String content = ParamUtil.getString(actionRequest, "content");

Thanks