I have a simple textbox and a textarea which is “tinymce-d”.
I’d like to append characters that I type into tinymce to textbox contents until I press ENTER
I have a simple textbox and a textarea which is tinymce-d. I’d like to
Share
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.
Correction of ShankarSangolis approch. Tinymce may be initialized for a textarea, but it is a contenteditable iframe while the textarea (or other init html element) becomes hidden. This is the correct way to do it. You need to call this code eigther on tinymce init or afterwards befor a user can type.