I have this:
<textarea name="content"></textarea>
and in javascript code in the same aspx file I call init to tinyMce.
I have html file which is in the same folder as this aspx file. How to make it show in the tinyMce?
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.
Eighter render the content of your html file into the textare directly OR
use ajax to get the file contents and set them as content of your editor.
I assume your tinymce editor is already initialized then you may set the content from the ajax response using