Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM CKEditor language
#8
(2016-12-30, 19:15:24)lotova Wrote: Thank you, this works. [Image: lightbulb.gif]

Well, my joy was probably premature.
I downloaded the customized (builded) CKEditor from its official site, in the version 4.6.1 by the way, and replaced the folder ckeditor in the GS by it. The editor was then translated as I wanted (hence my joy in the first moment) but acted strangely what I discovered later. For example, I have this piece of code in one my page:
Code:
<script>
function odkryt(id) {
       document.getElementById(id).style.display="block";
           }
</script>
<p class="kontakty"><a onclick="odkryt('vyskakkontakt')" id="emailklik" aria-haspopup="true">some e-mail</a><span> (kliknutím zobrazíte kontaktní formulář)</span></p>

But when I wanted to modify the source code in the respective page the editor displayed only this from all the piece of code above:
Code:
<p>some e-mail (kliknutím zobrazíte kontaktní formulář)</p>

I noticed this only after I had changed something in the page and some things disappeard from it when it displayed because the editor really saved, not only displayed the code mutilated this way (it striped the HTML (and Javascript) code also in my other pages which I tried to modify in the CKEditor). Maybe the version 4.6.1. gets along not with the present GS.

So the modified CKEditor is unusable for me and I unfortunately had to revert to the editor that is a part of the GetSimple (version 3.5.9.) although I cannot change its language. The translated editor was intended for a person not knowing English but it will have to be satisfied with it as it is.
Reply


Messages In This Thread
CKEditor language - by lotova - 2016-12-29, 04:42:04
RE: CKEditor language - by shawn_a - 2016-12-29, 08:36:08
RE: CKEditor language - by lotova - 2016-12-29, 18:09:32
RE: CKEditor language - by shawn_a - 2016-12-30, 02:35:52
RE: CKEditor language - by lotova - 2016-12-30, 19:15:24
RE: CKEditor language - by lotova - 2016-12-31, 05:56:28
RE: CKEditor language - by shawn_a - 2016-12-31, 01:48:28
RE: CKEditor language - by shawn_a - 2016-12-31, 02:15:28
RE: CKEditor language - by shawn_a - 2016-12-31, 07:45:55
RE: CKEditor language - by lotova - 2017-01-01, 02:08:54
RE: CKEditor language - by shawn_a - 2017-01-01, 05:33:28
RE: CKEditor language - by lotova - 2017-01-02, 18:09:32
RE: CKEditor language - by shawn_a - 2017-01-03, 00:21:43



Users browsing this thread: 1 Guest(s)