Elxis CMS Forum
Support => Elxis 4.x/5.x DEV => Topic started by: maple on November 17, 2012, 13:37:04
-
Hi,
we use a lot the CKEditor toolbar. I think that it's or can very useful for everybody. In the actual Elxis 4 stable version, there're the CKEditor version 3.6.2, but I can see here http://nightly.ckeditor.com/7660/CHANGES.html (http://nightly.ckeditor.com/7660/CHANGES.html) A LOT of changes (big list), fixed issues, new features, compatibilities and so on...
I think that can be interesting updating the CKEditor for the next Elxis update revision, if it possible.
Thanks a lot.
UPDATE: I just upload the 3.6.5 version and renamed the existing to ckeditor-old. At first sight, it seem that all works well. Just need the code-files structure to display the Elxis plugin button. I just uploaded the elxisplugin folder to the plugins zone too.
UPDATE 2: I just copied and pasted the code from config_full.js (3.6.2) to config.js (3.6.5). Also just uploaded the elxis.png icon and changed the editor.css (office2003 skin) adding the following: .cke_button_elxisplugin .cke_icon{background-position:0 0; background-image:url(images/elxis.png); }
For now, doesn't display the elxis button.
Any suggestion?
Thanks!
-
The CKeditor in Elxis 4.x is modified especially for Elxis.
You must be very careful when you update the editor.
To see our modifications you can compare the original CKeditor 3.6.2 (http://ckeditor.com/download/releases) with the one in Elxis 4.x by using a tool such as KDiff3 (http://kdiff3.sourceforge.net/).
-
Hi,
I can't display the elxis button in the CKEditor toolbar. I don't know where is the problem..
-
Hi,
Does anyone have a solution??
-
Why you want to update the CKEditor? Do you have a problem with the built-in version?
-
Hi,
due there're a big list of changes from the version 3.6.2 to the 3.6.5, you can see it here: http://ckeditor.com/whatsnew (http://ckeditor.com/whatsnew)
and we need to convert about 1000 articles from ms word to elxis, we use a lot CKEditor and can be interesting to prevent dysfunctions:
A few examples of corrections:
We use a lot the anchors. We need to put about 3000 of them. We're converting a lot of ms word (two volumes book) to elxis with the anchors inside. Look some CKEditor updates about it:
3.6.5 The "id" attribute will be appended to anchors alongside the "name" attribute.
3.6.4 Anchor names created by the Link dialog are now trimmed to protect against unwanted spaces.
3.6.4 [Firefox] Anchors in the preview window will now work properly.
3.6.3 Insertion with cursor before an empty anchor is error-prone.
3.6.3 Editing anchors using the Link dialog window could not work in release version.
And other examples:
3.6.5 Fixed various Del/Backspace keystroke behaviors inside of HTML list.
3.6.5 Fixed table with multiple <tbody> output generated in wrong order.
3.6.4 Image Properties does not show in context menu when the image is wrapped in a div with the width set.
3.6.4 Styles are lost on sub-lists when converting list type.
3.6.4 Overriding matches will not any more interfere on the Font size combo.
3.6.3 [IE9] Link line gets broken when it contains a br tag.
3.6.3 Splitting table cells results in incorrect column spans.
3.6.3 [IE] Script error when closing the Cell Properties dialog window if the table cell text is selected.
Also some new features like New Page button, compatibilities, fixed issues, and so on... http://ckeditor.com/whatsnew (http://ckeditor.com/whatsnew)
Thanks