#11847 closed Bug (invalid)
CKEditor 4.x for ASP.NET
Reported by: | ido | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | |
Keywords: | Cc: |
Description
Hi, to support IE11 we need .Net .dll file for v4.x
today we use the v3.6.4 and we have copy/paste issues in out product.
thank's Ido
Change History (2)
comment:1 Changed 11 years ago by
Keywords: | Asp .Net removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.3.4 |
We have this update on our todo list thus I'm closing this ticket as invalid.
You have written you are using CKEditor for ASP.NET 3.6.4. Please bear in mind that you can update client side version to CKEditor 3.6.6 or even latest 4.3.4. Download CKEditor 3.6.4 for ASP.NET, unpack, go to your-ckeditor-aspnet-3.6.4-folder\_Samples and delete \ckeditor\ directory. Download FULL package for CKEditor 4.3.4 (or package for CKEditor 3.6.6) and extract it to \ckeditor\ directory. Next copy \ckeditor\ directory to your-ckeditor-aspnet-3.6.4-folder\_Samples.
In CKEditor 4.1 we have introduced ACF. You can read about it here:
http://ckeditor.com/blog/Upgrading-to-CKEditor-4.1
http://ckeditor.com/blog/CKEditor-4.1-RC-Released
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent
If you plan to use content filter please note that CKEditor for ASP.NET 4.x is still under construction and to change ACF settings you would have to use config.js as it can’t be done from control level.