CKEditor 3.3.2 released!
This is our usual maintenance release for the 3.3 series. It contains several bug fixes and usability enhancements.
All users are invited to upgrade.
Changelog
Check out the What's New? page for the full list of changes.
Download
License
CKEditor is available in Open Source and Commercial licenses. Full details can be found at our license page.
Reporting Issues
Please use the CKEditor development web site to report issues and suggestions through tickets.
Support
Community support is available through our forums. Visit the support page for additional options.
Other Products
Browse for images and files in CKEditor, with thumbnails, easy to use and intuitive context menu.
Commercial License
For many companies and products, Open Source licenses are not an option. This is why the Closed Distribution License (CDL) has been introduced.

Comments
Added special characters - switching from Source to Design
Hi
am using the following code in the CK editior source mode,
<a href="<%=GetProductUrl('SBB035')%>">Correct Method</a><br />
<a href='<%=GetProductUrl("SBB035")%>'>Correct Method</a><br />
<a href="<%=GetProductUrl("SBB035")%>">Wrong Method</a><br />
<a href="<%=GetProductUrl("")%>">Wrong Method</a><br />
<a href='<%=GetProductUrl('SBB035')%>'>Wrong Method</a><br />
and am using the ProtectedSource in the config.js file as
config.protectedSource.push(/[^<]*<%([^<]+)%>/g);
config.protectedSource.push(/[<a]([^<]+)>([^<]+)<\/a>/g);
In designer file it displays only the "<" ( less than symbol)
<
<
<
<
<
After coming back the source mode it displaying as
<a href="<%=GetProductUrl('SBB035')%>">Correct Method</a><br />
<a href='<%=GetProductUrl("SBB035")%>'>Correct Method</a><br />
<a href="<%=GetProductUrl("SBB035")%>">Wrong Method</a><br />
<a href="<%=GetProductUrl("")%>">Wrong Method</a><br />
<a href='<%=GetProductUrl('SBB035')%>'>Wrong Method</a>
Please Help me to resolve this
Thanks in Advance.
Regards
Sivaram
add radio in image and submit that value while upload image
Hi
I am using ckeditor 3.2. I want to customize image upload have below problem:
On Image dialog i want to add some radio button and while upload image i want to submit that radio button value to server.
Now i have added radio button but every time it will take default value in place of selected radio button value how can i achive this
Kindly can you help me pls
Waiting for reply.
Post new comment