Opened 14 years ago
Last modified 13 years ago
#7925 review Bug
CKEditor for .NET not being able to save
Reported by: | Wiktor Walc | Owned by: | kaga |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | |
Keywords: | Cc: |
Description
Reported in http://cksource.com/forums/viewtopic.php?f=6&t=22581
I have searched and couldn't find anything relevant.
ok so I am not using the save button that comes with CKEditor I am basically just sending the contents to of the text property to the database.
So when I have a page that causes to the editor to be populated with existing data and then I modify that data and then click my own save button nothing changes in the database....when I run through debug with visual studio 2010 when i check the contents of the text property of the editor control after I have changed it and clicked the button(as stated above) the text property still contains the old data that i pulled out of the database on page load and so therefore it writes the same data back
Attachments (1)
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Owner: | set to kaga |
---|---|
Status: | new → review |
Add server Event Save - it is fire when user click button Save on ToolBar
Changed 13 years ago by
Attachment: | 7925.patch added |
---|
Another problem with saving data was reported in http://cksource.com/forums/viewtopic.php?t=21923
I've spent hours on the site looking for help on integrating the CKEditor controls into an ASP.NET site running visual basic. I've found plenty of examples of c# examples and I've tried to make some use of them but sofar no success. When I installed CKEditor.NET I'm able to get the editor to show up fine on the site.
The most important function that I need isn't there. I want the save button to fire a save function on my code behind file. I notice there's a load and a text changed event but no save button event. Ideas?