The forum operates in read-only mode. Please head to StackOverflow for support.
hello to all,
i have a save button,
but when i click in this button page is refresh,i want page dont refresh and data with ajax save What should I do?
Saving isn't handled by CKEditor. It works pretty much the same if you didn't use CKEditor, just a plain textarea. Here's a bit of information about saving (I guess you're using the framed mode?).
Customer and Community Manager, CKSource Follow us on: Facebook, Twitter, LinkedIn If you think you found a bug in CKEditor, read this!
thanks your answer
i use
<CKEditor:CKEditorControl ID="CKEditor1" runat="server" ></CKEditor:CKEditorControl>
in asp.net
what should i do for save with ajax?
Saving isn't handled by
Saving isn't handled by CKEditor. It works pretty much the same if you didn't use CKEditor, just a plain textarea. Here's a bit of information about saving (I guess you're using the framed mode?).
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
thanks your answer
thanks your answer
i use
<CKEditor:CKEditorControl ID="CKEditor1" runat="server" ></CKEditor:CKEditorControl>
in asp.net
what should i do for save with ajax?