-
Notifications
You must be signed in to change notification settings - Fork 49
Home
Jonathan Mak edited this page Sep 25, 2018
·
3 revisions
Welcome to the liferay-ckeditor wiki!
This wiki contains all the information to maintain and support our own CKEditor repository.
In case you have any questions, please email Byran Zaugg or Jonathan Mak.
- Internet Explorer 6 is NOT supported for CKEditor 4.
- CKEditor 4.1.3 is the last release to support Internet Explorer 7 and Firefox 3.6.
- NOTE: When determining CKEditor browser support, please keep in mind Liferay Portal's browser support
- When forking new branches (ee-4.4.x) from the the originals (4.4.x):
- CKEditor's build process has been customized to meet Liferay Portal's needs. These build customizations must be ported over. For example, we have added a dev mode and a comment to the ZIP file. Please reference the commit history, of the build files, as a guide.
- Custom patches, ie. not backports from original CKEditor tickets, must be reevaluated, to determine if they need to be ported to these new branches.
- You can easily test and debug CKEditor, outside Portal and unminified, by either pointing a web server at your local CKEditor repo, or by browsing to it's static files under Portal.
-
CKEditor:
- ee-3.6.x: http://localhost/ckeditor-ee/_samples/
- ee-4.x: http://localhost/ckeditor-ee/samples/
-
Liferay Portal:
- 6.0.x & 6.1.x: http://localhost:8080/html/js/editor/ckeditor/_samples/
- 6.2.x (default): http://localhost:8080/html/js/editor/ckeditor/samples/
- 6.2.x (latest): http://localhost:8080/html/js/editor_latest/ckeditor/samples/
- 7.0.x: http://localhost:8080/o/frontend-js-web/html/js/editor/ckeditor/samples/index.html
-
CKEditor: