How can i add a Tinymce in the following code ?
-
<div> <textarea id="project_description" name="project_description" class="project-description"> <?php if(isset ($project_detail->post_content)) { echo $project_detail->post_content; } ?> </textarea> </div>
Please tell me how can i add a TinyMce editor to this text area ?
- You must be logged in to reply to this topic.