Followed the simple tutorial from here
But cannot figure a way to add a ‘save’ button that would trigger an ajax event or whatever so i can process it and save the content to a file.
Any clues ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you’d want to to go here is get a handle to the text value of the editor in javascript and post that server side to save either as a file or in a db.
You can get the editor text value this way:
One easy trick would be to copy that value to a hidden field so you could process it like you might any other form field.