Opened 11 years ago
Closed 11 years ago
#11368 closed Task (invalid)
cannot find find any dll in the downloaded file ckeditor 4.3
Reported by: | Rama | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | 4.3.1 |
Keywords: | Cc: | Rama |
Description
hi.,
I have downloaded ckeditor 4.3 for asp .net .In the downloaded file there is no dll file and how can i use this in my application?
Change History (1)
comment:1 Changed 11 years ago by
Keywords: | connecting 4.3 to my application removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Current ASP.NEt version is 3.6.4.
You need to download CKE ASP.NET 3.6.4 and then update client side version to CKEditor 4.3.1. 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 (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.