cannot enter text in tinymce editor

2.7k Views Asked by At

I'm able to see the layout of tinymce but i am not able to enter text. Please, help me solve this issue.

Currently, you can see what I'm trying say here. To check the TinyMCE editor, click in the "Recent Members" text, that's green colored.

i have linked the script file too..

<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/tinymce-sk/js/tinymce/tinymce.min.js"></script>




<script type="text/javascript">
tinymce.init({
    selector: ".flirt-message",
    plugins: "smileys",
    toolbar: "smileys"
});

 <div id="dialog" title="Basic dialog">
        <form method="post">
           <textarea name="message" autofocus="" class="flirt-message"></textarea>
            <input type="submit" >
        </form>

    </div> 
0

There are 0 best solutions below