Jump to content
UBot Underground

Tiny MCE intégration ?


Recommended Posts

Hi;

 

I will try to intégrate tiny mce in an ui html panel.

 

Does anyone did the tric before ?  If yes is there any tutorial ?

Link to post
Share on other sites

Ok it's quite Easy :

 

Exemple of code, the editor is here but the variable not save...

<script type=\"text/javascript\" src=\"http://tinymce.cachefly.net/4.0/tinymce.min.js"></script>
<script type=\"text/javascript\">
tinymce.init(\{
    selector: \"textarea.editme\"
 \});
</script>

</br>  
<textarea class=\"editme\" /variable=\"#my_variable\" fillwith=\"value\" COLS=\"60\" ROWS=\"10\"></textarea> 
</br>
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...