Opened 10 years ago

Closed 10 years ago

#11908 closed Task (invalid)

I want to upload a image from image properties using browse in asp.net

Reported by: sam Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.4
Keywords: Cc:

Description

Hi,

I want to browse all image from image properties dialog generated from image button in ck-editor in asp.net.and i also want to know how can i add a custom control in image properties window .

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Keywords: image Upload from image properties window removed
Resolution: invalid
Status: newclosed

Please use Forum for such questions: http://ckeditor.com/forums


http://docs.cksource.com/CKFinder_2.x/Developers_Guide/ASP.NET/CKEditor_Integration#Manual_Integration NOTE: Drop type parameter to see all folders

To add custom control you need to modify dialog code. You can get CKEditor from git, make changes there and build your very own release: http://docs.ckeditor.com/#!/guide/dev_source
http://docs.ckeditor.com/#!/guide/dev_build


Finally, please upgrade client-side version:

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.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.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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy