Textarea with tinymce
Posted: Mon Jan 02, 2012 4:17 pm
Hi, i have trouble with tinymce integration with textarea.
I added 'tinymce/jscripts/tiny_mce/tiny_mce.js'
and JavaScript
The interface works, i can edit text (bold, italic, underline ..etc.),
but if i save, the textarea content is not saved (without tinymce the textarea works fine).
..any ideas?
Happy New Year to all
I added 'tinymce/jscripts/tiny_mce/tiny_mce.js'
and JavaScript
Code: Select all
tinyMCE.init({
mode : "textareas",
theme : "simple"
});
but if i save, the textarea content is not saved (without tinymce the textarea works fine).
..any ideas?
Happy New Year to all