Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
CKEditor - changelog - updates
« previous
next »
Print
Pages: [
1
]
Author
Topic: CKEditor - changelog - updates (Read 5286 times)
maple
Full Member
Posts: 192
CKEditor - changelog - updates
«
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
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:
Code:
[Select]
.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!
«
Last Edit: November 17, 2012, 17:19:26 by maple
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: CKEditor - changelog - updates
«
Reply #1 on:
November 17, 2012, 20:11:53 »
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
with the one in Elxis 4.x by using a tool such as
KDiff3
.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
maple
Full Member
Posts: 192
Re: CKEditor - changelog - updates
«
Reply #2 on:
November 19, 2012, 14:29:59 »
Hi,
I can't display the elxis button in the CKEditor toolbar. I don't know where is the problem..
«
Last Edit: November 21, 2012, 11:55:39 by maple
»
Logged
maple
Full Member
Posts: 192
Re: CKEditor - changelog - updates
«
Reply #3 on:
November 21, 2012, 11:55:45 »
Hi,
Does anyone have a solution??
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: CKEditor - changelog - updates
«
Reply #4 on:
November 21, 2012, 13:15:19 »
Why you want to update the CKEditor? Do you have a problem with the built-in version?
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
maple
Full Member
Posts: 192
Re: CKEditor - changelog - updates
«
Reply #5 on:
November 21, 2012, 14:38:35 »
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
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
Thanks
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
CKEditor - changelog - updates