How do I get and set the value of the TinyMCE plugin ?
tinymce is a textarea plugin with several options is a text box format, when I say take the value I mean what was formatted by the user eg a bold text with size 16 and etc.
How do I get and set the value of the TinyMCE plugin ?
tinymce is a textarea plugin with several options is a text box format, when I say take the value I mean what was formatted by the user eg a bold text with size 16 and etc.
tinyMCE.get('mensagem').getContent(); /* Pegar valor tinyMCE */
tinymce.get('mensagem').setContent(''); /* Popular campos e limpar campos */
tinyMCE.get('seuid').getContent(); /* get */
tinymce.get('seuid').setContent(''); /* set */