#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:2 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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