Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#1104 closed Task (invalid)

FCKEditor Save Button

Reported by: koonda Owned by:
Priority: Must have (possibly next milestone) Milestone:
Component: Server : ASP.Net Version:
Keywords: Cc:

Description

Hi All,

I am very new to this community and I am using FCKEditor in a website. I want to create the Save functionality in the FCKEditor. I want it something like this. Whenever I click on the Save Icon on the FCKEditor it should save the text into the database or display it in the GridView. But I don't know how to make the Save Icon functionality in the FCKEditor working. Could you guys send me some instructions or code.

Thanks for your help. Looking forward to your reply.

Koonda

Change History (3)

comment:1 Changed 17 years ago by koonda


comment:2 Changed 17 years ago by Martin Kou

Resolution: invalid
Status: newclosed

The save button is just a shortcut for submitting the form containing FCKeditor. As long as you have written the form submission handling logic at the server side, it should work as expected.

Please read the documentation regarding server side integration: http://wiki.fckeditor.net/Developer%27s_Guide/Integration/ASP.Net

You can also use the FCKeditor API to retrieve or set FCKeditor's contents with JavaScript for AJAX applications. http://wiki.fckeditor.net/Developer%27s_Guide/Javascript_API

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