Jump to content
UBot Underground

Setting Variable From TinyMCE UI Panel


Recommended Posts

Hey I setup a TinyMCE area in my UI HTML Panel. I am wondering how I can get the text and information within the TinyMCE are into a variable. I thought if I did the usual <textarea variable="#Example".... It would work but TinyMCE in reality is hiding the text area. Any ideas how to do this.

Link to post
Share on other sites
  • 8 months later...

Hey I setup a TinyMCE area in my UI HTML Panel. I am wondering how I can get the text and information within the TinyMCE are into a variable. I thought if I did the usual <textarea variable="#Example".... It would work but TinyMCE in reality is hiding the text area. Any ideas how to do this.

 

Hey Venture did you ever get this working? I haven't even been able to get the tinymce to display in my ui.

Link to post
Share on other sites
  • 1 month later...

Hum ok, got the same problem, no solution ?

 

get the tiny is Easy, here is an exemple of code

but get the variable....  #my_variable   ???

<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
  • 2 weeks later...

Hi,

</br>  
<textarea class=\"editme\" variable=\"#my_variable\" fillwith=\"INNERTEXT\" COLS=\"60\" ROWS=\"10\"></textarea> 
</br>

is not working for me.

Link to post
Share on other sites
  • 4 months later...
  • 1 year later...

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...