FCKeditor 2.5 released

Highlight : SourceForge user account migration

FCKeditor 2.5 released

Postby fredck » Sat Dec 01, 2007 12:30 am

This is the most important release since FCKeditor 2.0. It introduces Safari and Opera compatibility, but also new features that leverage the quality of FCKeditor to an upper level. You will find no similar solution on other products.

The most exciting feature is the new Style System. Now you have full control over every single formatting and semantic command available in the editor interface. Why having a limited interface to achieve a XHTML 1.1 experience? Enjoy a full featured editor, while well controlling how things work on it. No more <font> tags? Well, the system is so flexible that it is up to you to decide (but don't worry... no <font> tags by default :).

Do you want more? What about blockquote support, the revamped Undo System, the Data Processor which makes it possible to handle non HTML data, and much more.

What's new?
http://www.fckeditor.net/whatsnew

Read first before upgrading:
http://wiki.fckeditor.net/Developer%27s_Guide/Upgrade

Online demo:
http://www.fckeditor.net/demo
Frederico Caldeira Knabben
CEO, CKSource
fredck
Site Admin
 
Posts: 856
Joined: Fri Jan 19, 2007 8:10 am

Re: FCKeditor 2.5 released

Postby aaronvg » Sat Dec 01, 2007 11:12 am

Great work, developers! :) Congratulations!
aaronvg
 
Posts: 4
Joined: Sun Jan 14, 2007 7:04 am
Location: The Netherlands

Re: FCKeditor 2.5 released

Postby richard_d » Mon Dec 03, 2007 2:55 pm

Great work, but the new style system really bloats the output. If you apply multiple formatting commands to the same selection, you get multiple "<span>...</span>" tags, whereas the previous system would produce a single "<font>...</font>" tag.

For example, select a single word, change the font, font size, colour and background colour.

In v2.4, the output from Firefox is:
Code: Select all
<font size="5" face="Comic Sans MS" color="#ffffff" style="background-color: rgb(255, 0, 0);">Test</font>

(106 characters)

From IE7:
Code: Select all
<font style="background-color: #ff0000" face="Comic Sans MS" color="#ffffff" size="5">Test</font>

(98 characters)


In v2.5, the output from Firefox is:
Code: Select all
<span style="background-color: rgb(255, 0, 0);"><span style="color: rgb(255, 255, 255);"><span style="font-size: large;"><span style="font-family: Comic Sans MS;">Test</span></span></span></span>

(196 characters)

From IE7:
Code: Select all
<span style="background-color: #ff0000"><span style="color: #ffffff"><span style="font-size: large"><span style="font-family: Comic Sans MS">Test</span></span></span></span>

(174 characters)
richard_d
 
Posts: 1
Joined: Mon Dec 03, 2007 2:44 pm

Re: FCKeditor 2.5 released

Postby vaseem » Tue Dec 04, 2007 2:15 pm

I have integrated FCK Editor 2.5 released in my Asp.net 2.0 application , Its working fine for Mozilla firefox but when I checked this on Netscape browser 8.0 then its not allowing to enter any text, even i am not able to put cursor in its edit area. After this I checked the demo on fckeditor.net using Netscape browser 8.0 but same result.

Can anyone explain this whether its compatible for Netscape browser or not.


Thanks
Vaseem
vaseem
 
Posts: 1
Joined: Tue Dec 04, 2007 2:09 pm

Re: FCKeditor 2.5 released

Postby beaker » Thu Dec 06, 2007 11:42 am

Hi guys,

The new Styles editor is great, although I need to disable this and use the original <Font></Font> tags for a compatibility with some mail clients. The Blurb for v2.5 says:

"The most exciting feature is the new Style System. Now you have full control over every single formatting and semantic command available in the editor interface. Why having a limited interface to achieve a XHTML 1.1 experience? Enjoy a full featured editor, while well controlling how things work on it. No more <font> tags? Well, the system is so flexible that it is up to you to decide (but don't worry... no <font> tags by default ."

How do I decide? Is there a flag/option somewhere to disable this, or is the work more substantial? If someone has an answer to this, could they let me know ASAP?

Thanks,
BeakZ
beaker
 
Posts: 1
Joined: Thu Dec 06, 2007 11:40 am

Re: FCKeditor 2.5 released

Postby dstalls » Fri Dec 07, 2007 10:25 am

Hey 2.5 is awesome!! Any idea on when we can see a version integrated with Wikimedia? The best part about this new version is the ability to upload an image while you are editing the page. This is similar to what Jotspot has but seems much more feature rich.
dstalls
 
Posts: 1
Joined: Fri Dec 07, 2007 10:22 am

Re: FCKeditor 2.5 released

Postby robin78 » Tue Dec 11, 2007 4:23 pm

Hi,

thanks for this new version. I'm very interested too by the answer of the question of Beaker.

Because of the problem which Richard_d talk about.

Thanks in advance.
robin78
 
Posts: 11
Joined: Sat Oct 06, 2007 10:14 am

Re: FCKeditor 2.5 released

Postby fredck » Tue Dec 11, 2007 5:54 pm

To have some overview of the new style system, sample14.html (actually sample14.config.js) in _samples/html is good starting point.

For example, to use the <font> tag for the font "face", you may change the editor configuration like this:

Code: Select all
FCKConfig.CoreStyles.FontFace =
   {
      Element      : 'font',
      Attributes   : { 'face' : '#("Font")' }
   } ;


This is the way to do that in a custom configuration file. In the original fckconfig.js file, you may change the FontFace entry in the FCKConfig.CoreStyles = {} block.

I haven't tested it, but it should give you some help to work on your customizations.
Frederico Caldeira Knabben
CEO, CKSource
fredck
Site Admin
 
Posts: 856
Joined: Fri Jan 19, 2007 8:10 am

Re: FCKeditor 2.5 released

Postby kemmotar » Thu Dec 13, 2007 11:47 pm

Ok, I've tested it and now it's creating multiples font tags if I do the same for Size and color

How can I revert it to the original <font> functionallity???
kemmotar
 
Posts: 1
Joined: Thu Dec 13, 2007 11:45 pm

Re: FCKeditor 2.5 released

Postby nevdev » Fri Dec 14, 2007 1:27 pm

The PHP developer's guide at http://wiki.fckeditor.net/ just takes me to an advert for drugs.. :cry:

Is there anything essential I need to know for the new 2.5 version?
nevdev
 
Posts: 11
Joined: Sun Sep 23, 2007 6:30 pm

Next

Return to Announcements

Who is online

Users browsing this forum: No registered users and 1 guest