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?
If I need to do anything in javascript or jquery I would need it writen out step by step as I have little experience with them.
Thank you in advance for any information you can supply.
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?
If I need to do anything in javascript or jquery I would need it writen out step by step as I have little experience with them.
Thank you in advance for any information you can supply.
Re: Using CKEditor.NET w/ ASP.NET vb
Re: Using CKEditor.NET w/ ASP.NET vb
I've come across exactly the same problem. I need to know that the reason for the postback is that the user clicked the Save button (as opposed to a number of other potential reasons, all of which DO NOT require me to update my data store with the latest CKEDITOR text.
As the ASP.NET CKEDITOR control is so well integrated in other ways, it seems a bit bizarre not to have implemented a "Save" event handler on the control.
Not sure what to do now