Fórumok

Liferay 6 and CKEditor 3

Tracy Flynn, módosítva 12 év-val korábban

Liferay 6 and CKEditor 3

New Member Bejegyzések: 4 Csatlakozás dátuma: 2011.01.31. Legújabb bejegyzések
I've found several posts in the 'Liferay Legacy' area that imply that the editor in Liferay 6 is CKEditor 3.

Could someone confirm this and point me to the appropriate documentation on managing/customizing CKEditor 3 in the Liferay context?

Thanks for any help.
thumbnail
James Min, módosítva 12 év-val korábban

RE: Liferay 6 and CKEditor 3 (Válasz)

Expert Bejegyzések: 293 Csatlakozás dátuma: 2006.08.14. Legújabb bejegyzések
From portal.properties (and the Portal Administrator's Guide):

##
## Editors
##

#
# You can configure individual JSP pages to use a specific implementation of
# the available WYSIWYG editors: ckeditor, fckeditor, liferay, simple,
# tinymce, or tinymcesimple.
#
editor.wysiwyg.default=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.blogs.edit_entry.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.calendar.edit_configuration.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.enterprise_admin.view.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.invitation.edit_configuration.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.journal.edit_article_content.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.journal.edit_article_content_xsd_el.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.journal.edit_configuration.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.login.configuration.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.mail.edit.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.mail.edit_message.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.message_boards.edit_configuration.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.shopping.edit_configuration.jsp=ckeditor
editor.wysiwyg.portal-web.docroot.html.portlet.wiki.edit.html.jsp=ckeditor


You can change the editor by setting this differently in portal-ext.properties. The software is in the Liferay WAR, but you can also see it in the source code in portal-web/third-party. You can see the zip files there. If you look at the CHANGES.html in the CKEditor zip you will see that it is version 3.4.1 (for Liferay 6.0 EE SP1).
Tracy Flynn, módosítva 12 év-val korábban

RE: Liferay 6 and CKEditor 3

New Member Bejegyzések: 4 Csatlakozás dátuma: 2011.01.31. Legújabb bejegyzések
Thank you for the full and prompt reply. Tremendously helpful.
thumbnail
Chris Peters, módosítva 12 év-val korábban

RE: Liferay 6 and CKEditor 3

New Member Bejegyzések: 15 Csatlakozás dátuma: 2011.04.29. Legújabb bejegyzések
James Min:
From portal.properties (and the Portal Administrator's Guide):

# You can configure individual JSP pages to use a specific implementation of
# the available WYSIWYG editors: ckeditor, fckeditor, liferay, simple,
# tinymce, or tinymcesimple.


Do anybody know which editors are available for free? We re looking for a WYSIWYG - HTML editor that allows us to easily insert links to other wiki pages on the same server (intra wiki links).
Kush Sahu, módosítva 11 év-val korábban

RE: Liferay 6 and CKEditor 3

Junior Member Bejegyzések: 25 Csatlakozás dátuma: 2012.08.07. Legújabb bejegyzések
Could you tell me please how can I use this Editor in my JSF portlet??
thumbnail
Neil Griffin, módosítva 11 év-val korábban

RE: Liferay 6 and CKEditor 3

Liferay Legend Bejegyzések: 2655 Csatlakozás dátuma: 2005.07.27. Legújabb bejegyzések
See my reply at this post.