We've been working hard during the last months, and the final release of CKEditor 3.0 is now closer than ever. We're glad to bring CKEditor 3.0 Release Candidate to public. The full set of features we've planned to have for the 3.0 is available now, in a much more stable release.
We're also introducing the new "Kama" skin. Kama is like a chameleon, changing its colors to match your preferences. You can use our color picker plugin to make CKEditor precisely match your web site or company colors.
Enjoy the extremely fast performance of CKEditor 3.0, added by strong accessibility support and a brand new rich and modern API.
Even if this release is not yet targeted to production web sites, it's stable enough for it. It's recommended to start integrating it on testing environments, preparing your software for the upcoming final version.
Visit the CKEditor web site, try out the demo and download it.
Mon, 06/22/2009 - 21:43
#1
Re: CKEditor 3.0 RC released!
One question though. How do you integrate it on the server side for uploads?
In FCKeditor, you used this command: parent.OnUploadCompleted
What should the server return for CKEditor?
Re: CKEditor 3.0 RC released!
But would it be possible to get support for a class name for the table dialog box at long-last? I imagine this would be as simple as just duplicating the code for caption and summary to add the extra attribute, so presumably a low-risk addition. Giving a table a class cannot be that uncommon these days.
Re: CKEditor 3.0 RC released!
This looks good - well done
One major issue though that if fixed would make it really better is being able to embed flash code and not just flash urls.
At the moment if you try to embed flash code using FCKeditor (even in source) e.g. <object type="application/x-shockwave-flash" data=".....swf"></embed></object> it breaks it.
This prevents people embedding content from lots of major sites.
Please can you add a flash text field as well as url embed?
Keep up the good community work
Re: CKEditor 3.0 RC released!
Re: CKEditor 3.0 RC released!
Re: CKEditor 3.0 RC released!
CKEditor 3.0 looks good. Will there be a port to enable mediawiki usage i.e. a standard mediawiki extension that admin's can install?
Cheers, Alan
Re: CKEditor 3.0 RC released!
Re: CKEditor 3.0 RC released!
I just have one remark/question :
When the editor is empty , and i click on the field , it doesn't always focus the editor , to allow me to type something.
I really have to click on the first line , for that.
In FCKeditor , i can just click anywhere in the editor text box , and it puts the focus the field.
It would be great if this was possible in ckeditor too .
Re: CKEditor 3.0 RC released!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 RC released! COMMENTS AND QUESTION
I am in the process of making an on-line CMS and used the "replace DIV on the fly" sample as a starting point for the text editing (multilingual, so several textfields in parallel). I noticed that the sample in 3.0RC was modified to remove the fieldset, which was however a nice fence around the text-fields.
COMMENTS ON SAMPLE OPERERATION (see attached file, feel free to use the code)
While toying around with the code, I found that the code of the old sample wasn't foolproof and that it only worked with plain "Latin" and not with CKedited texts. I made a correction to that, such that when you click in a DIV containing edited text, the code will climb the nodal hiërarchy until it finds the FIELDSET-DIV combination (in a complex situation -style, bold, italics nested- there maybe 4 or 5 steps).
I changed the way in which this sample closes the editor: when double-clicking outside the text-DIV's, the editor will be closed, and no other opened. When double-clicking inside a text-DIV, a new editor instance will be opened and, if there is an existing editor instance, it will be removed.
Also, I added an "is_dirty check" in order to be able to ajax-save the modified text to a PHP-SESSION array.
POSSIBLE BUG??
I discovered that after "editor.destroy", the editor is indeed removed from the screen, but it is still possible to request, for example, "editor.name" and "editor.checkdirty()"
QUESTION
In the CMS application, I have tried to start the double-click listener by a pushbutton event, which works very well. This allows to prevent opening the editor when the system is not in editing mode (modify record, append record). The problem is that I could not stop the listener by another pushbutton.
I am possibly wrong on the use of "remove listeners". Any suggestions???
Thanks in advance, Gerrit ZAAIJER
Attachments:
Re: CKEditor 3.0 RC released!
I do have one request though, any way you can get CKEditor to show tags it doesn't know how to render? I'm using this in a CMS that utilizes XHTML and XML templates and while CKEditor edits all of this just fine, my custom namespace tags don't show up. So I have to toggle the source view and add in my custom tags by hand. It would be nice if I could see them inline and edit them just the same.
Simple sample:
<t:description />
<t:foreach key="key" value="question" var="questions">
<t:processquestion question="$question" />
</t:foreach>
When I edit this with CKEditor it displays it as a blank page and then upon submit changes it to:
<p>
<t:description> <t:foreach key="key" value="question" var="questions"> <t:processquestion question="$question"> </t:processquestion></t:foreach></t:description></p>
Not exactly what I would expect.
I'd love to be able to just type in the above and have it submitted as I put it in.
- Jeremy
Re: CKEditor 3.0 RC released! COMMENTS AND QUESTION
The following is what I'm using in my app to switch the editor on and off. If the user doesn't have rights to edit, I simply don't include the JS file for editing and make sure on my backend I check the post credentials.
Re: CKEditor 3.0 RC released!
Re: CKEditor 3.0 RC released!
Hi,
can i edit the toolbar?
they are to much icons
Re: CKEditor 3.0 RC released!
Thanks for all developers who worked on this new release.
As I working in ASP.NET I need CKEditor to encoded generated HTML encoded ("<" - as <, > - as > )
for avoiding a "potentially dangerous Request.Form value" exception in .NET .
There was a special config feature in FCKEditor 2.6 called HtmlEncodeOutput
I found out it ain't exist in CKEditor 3.0 RC
My question is: Is it in your planes to add this feature ?
Thanks for reaply.
Sincerely,
Evgeny Satanovsky web developer.
Re: CKEditor 3.0 RC released!
I would love to use test this as well for my system, but I don't see any documentation on enabling the buttons, or any changes I need to make to my browse dialogs.
I am hyped to use this on my CMS as CkEditor actually works on my cell phone
Thanks,
Re: CKEditor 3.0 RC released!
What's your cell phone and what browser does it use?
and, you mean that FCKeditor 2.6.4 doesn't work but CKEditor does?
With regards to the File browser, the official integration has been stated that it will be published in 3.1
Re: CKEditor 3.0 RC released!
Is the "Browse Server" and "Upload Image" function not implemented yet?
But in the plugin folder there is an folder "file browser"!
How did i enable this feature?
Re: CKEditor 3.0 RC released!
looks great!
a few comments:
1. when using the editor in a rtl page [in IE], the x-scroller is stretching and when the clients scrolls it all the way left you see something as 'Rich text editor, editor1'. for example, if using this code:
Re: CKEditor 3.0 RC released!
There is one big BUT - wille there be PHP integration? Now I'm using FCK through php just displaying result in html - in CK I can't see that option...:/
Re: CKEditor 3.0 RC released!
The server side integrations will be coming with the 3.1. For now you can do all kinds of integrations with JavaScript in the client, still using PHP in the server to handle the posted data.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 RC released!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 RC released!
I have downloaded this version and tried using it in Adobe AIR.
Is it safe to assume that this version of CKEditor does not work in Adobe AIR?
When I run any of the demos, it returns blank areas where the textareas are meant to be.
Keep up the great work!
Clint
Re: CKEditor 3.0 RC released!
We didn't work on AIR support yet for the 3.0. We may have it for the 3.1.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 RC released!
Or how can I else create a button to popup a dialog which returns a part of code on closing?
edit: Ok, I found a way of opening a jquery dialog and pass some code into the editor when clicking on a button added to the editor.
Re: CKEditor 3.0 RC released!
Re: CKEditor 3.0 RC released!
How did you do it? I see the filebrowse and flash plugins, but cant get to enable the flash upload option... without that I will have to use fckeditor....
Re: CKEditor 3.0 RC released!
Re: CKEditor 3.0 RC released!
Please reply to this post.
Re: CKEditor 3.0 RC released!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn