This is a fully functional beta, containing all features we expect providing in the first stable release of CKEditor 3.0. You can now enjoy amazing performance, full accessibility support and a powerful and extensible JavaScript API, having most of the features you are used to have with FCKeditor.
This release is not yet targeted to production web sites. It's ready and stable enough to be integrated on testing environments, preparing your software for the upcoming Release Candidate.
Visit the CKEditor web site to test and download it.
Sat, 03/21/2009 - 17:36
#1
Re: CKEditor 3.0 Beta 2 released!
congrats again! i'm already trying to integrate the editor in an extjs application and so far it works quite well!!
thank you, greets from austria
ramon
Re: CKEditor 3.0 Beta 2 released!
When is the .NET verison out?
Really looking forward to the 3.0 version.
Keep up the good work!
Re: CKEditor 3.0 Beta 2 released!
where?
Re: CKEditor 3.0 Beta 2 released!
I love how fast and responsive the new editor is! Excellent work!
My only disappointment with the new beta is that styles are not merged when applying multiple styles to a selection:
Re: CKEditor 3.0 Beta 2 released!
@redsz, we have a long TODO list. We should have it in the future, but this is not that critical as it looks like. We'll keep it in mind, be sure.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 Beta 2 released!
what I found my self instinctively doing was trying to right click over each > of > those > elements and what I'd hoped for was a context menu with options like these:
1. quick tag editor - brings up small dialog box like Dreamweaver which allows me to edit attributes and even change tag name (disable execution of this on table/tr/td of course)
2. strip this tag - removes the tag but leaves the inside contents
well, those are the first two that I'd use constantly if they were available. The strip this tag feature would be extremely helpful for removing word html markup.
The other feature that would turn this into a real "developers tool" is: when I have selected content in the wysiwyg or layout view, and then I click on the "source" button, then the corresponding source is selected (and scrolled to ideally). A nice 2nd wish would be to have tabs be not so wide (though this is really a browser/character issue which I'm not sure you can overcome).
Oh, and a third wish would be to have a small horizontal bar below the heirarchy tree, moving the mouse over produced a north-south resize cursor, where you could click-drag the size of the editor region smaller or larger.
You guys are very advanced js programmers and it's way beyond my scope to help, or I'd be jumping in there. I hope these suggestions from a Dreamweaver user are helpful.
Sincerely,
Samuel Fullman
Also regarding tables
Re: CKEditor 3.0 Beta 2 released!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 Beta 2 released!
congratulation and thanks for the great tool!
we need to customize the FCKeditor quite a lot so we really appreicate that there are class level documentation in v3. but certainly the current documentation is still not enough for us to start trying and customize it... so i really look forward to see a more detailed documentation
also, as most of us only need a subset of the functionality, is it possible for us to build a smaller version of ckeditor only containing the functionality we want? if it's possible, can you publish the method in documentation so that people can follow? i am sure a lot of people want to build their own version! thanks!
Re: CKEditor 3.0 Beta 2 released!
Not critical, but quite annoying, especially when you have 64kb TEXT field in DB and FCK giving you 80kb of <span>'s to store into it...
Re: CKEditor 3.0 Beta 2 released!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 Beta 2 released!
I used ckEditor with asp.net / ajax, very good product, but now I would like to use it with silverlight ?
how to do, the ckEditor dll could'n be include in silverlight project ? pb of compatibility ?
Regards
Re: CKEditor 3.0 Beta 2 released!
We didn't do any Silverlight research so for, but I think it's not possible to render a rich HTML based application inside of it, so I doubt it would be compatible. Only if Silverlight contains a kind of iframe control that can load HTML pages.
Please correct me if I'm wrong.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 Beta 2 released!
Great product Worked absolutely fine for me even in Beta stage. No chance of any complaints!! The overall structure of the code is a lot cleaner too. One can easily figure out most of the config settings myself just by going through the file in the plugins folder without referencing the Doc at all ! My toolbar config from FCK wasn't working out quite right - so all I had to do was check out the toolbar config here and replace the changed toolbar item strings.
Anyway, my question is, is it possible (yet) to integrate CKFinder with this? If so how?
Second question - how do I preserve embedded JS code without CKEd converting the <script> into <script> ?
Thanks,
m^e
Re: CKEditor 3.0 Beta 2 released!
Great job! I have already completed integration on some testing sites and it is working well for a beta product. I noticed the dates on the roadmap/milestones have not been updated. Can you give us a ROUGH estimate on projected RC and final release dates. I know you do not want to give hard dates here, but your best estimates in weeks(or months) will help everybody here in planning their updates.
Thanks
Kelly
Re: CKEditor 3.0 Beta 2 released!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 Beta 2 released!
1) Is CKEditor also FreeWare as an FCKEditor?
2) What are the main differences between FCKEditor and CKEditor? Why you are making a new program but not improving old?
3) FCKEditor - is very goor. Now i want to test CKEditor, looked up a demo - i liked how it workes with the tables! Maybe you can addthis functionality to FCKEditor?
And the last thing - maybe someone told you, i didn't find - can you add a function to change the width of colomns in tables by mouse? E.g. we put the mouse on the border between the colomns or rows and moving them?
Thank you for your good tool!
Yours faithfully, Danilov Anton.
Re: CKEditor 3.0 Beta 2 released!
1.- Will this new editor have a File Manager with files overwrite/delete/rename capabilities?, the previous FCK do not have this.
2.- Will be open source?
Thanks a lot.
Best regards
joejac
Re: CKEditor 3.0 Beta 2 released!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 Beta 2 released!
I totally agree! Often when I use FCKeditor, I'm missing this feature. Often I have to check why something looks strange (for example when a customer has messed up the page), and for that I need to be able to get to a specific location in the html code. For a page with lots of content it takes quite some time to find the section of code you're looking for. This feature would speed things up enormously! It should also work the other way around if possible: when you select code in html view and then switch back to wysiwyg view, the corresponding wysiwyg content should become selected.
While I'm wishing, another important feature for web developers would be the ability to view code and layout side-by-side just like in Dreamweaver or Visual Studio - of course with the above-mentioned cross-selection possibilities.
Re: CKEditor 3.0 Beta 2 released!
However I still find one very important feature missing... if it is there, correct me.
The feature is: setting/changing css classes of an element, every element (hX, p, input, div, span...), in design view.
As a step toward it, you could at least add css class and id properties to properties dialog boxes. For example when I want to insert text box, I have Name, Value, Character Width, Maximum Characters, Type. There should be ID and CSS Class fields also, because this enables powerful scenarios with external JavaScript and is easier to maintain in the long run.
Re: CKEditor 3.0 Beta 2 released!
If so how?
Thanks for any help.
Re: CKEditor 3.0 Beta 2 released!
Generated source code will be validated properly?
Thanks!
Re: CKEditor 3.0 Beta 2 released!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: CKEditor 3.0 Beta 2 released!
The editor looks like it will end up being very good. A couple issues I've had so far though:
You have to click on HTML inside the editor for it to get focus. Clicking inside the editor but below the first line for example will not give focus if no HTML is there.
Is there a way to remove the toolbar button that hides the toolbar buttons?
If the CKEditor has focus, clicking on another text field on the page requires 2 clicks. Like it takes one click to give the original webpage focus and another to focus on the textfield, which is odd.
The top of the toolbar has no border which looks odd to me. How do you customise its skin?
Re: CKEditor 3.0 Beta 2 released!
Sorry for my first questions.
- is CKEditor under the same license as FCKeditor 2.6 ? - I found no informations on the website
EDIT: found it http://docs.fckeditor.net/FCKeditor_3.x ... re/License
- Is there an estimated timewindow for the final release?
- is there an easy upgrade possible from 2.6 to 3.0
the 3.0 beta looks very good
thanks andy
Re: CKEditor 3.0 Beta 2 released!
anyway, if any one have ideas for doing so (customize CKEditor), i would be thankful.
Re: CKEditor 3.0 Beta 2 released!
Q1: Does anyone know how to hook onto the keypress / onchange event of CKEditor to trigger a custom function when content changes in the editor window?
Q2: Has anyone used CKE in combination with jQuery? The form serialization function of jquery only grabs the data for standard form elements. It fails to fetch the content from CKE's iframe. Any idea how to make this work?
Thanks,
m^e
Re: CKEditor 3.0 Beta 2 released!
Re: CKEditor 3.0 Beta 2 released!
BTW: This is a great piece of software, event at this early stage. Kudos to all those who have been working so hard on it.