Hi all,
I have installed Tinymce on my textareas, which are working fine.
I have more than one textarea, and the Tinymce attaches itself on ALL textareas, where I only need it to display on one.
It starts like this, and logically it will show on textareas, anyone who knows how I can attach it to only one?
<script type="text/javascript">
tinyMCE.init({
// General options
mode : "textareas",
theme : "advanced",
plugins : "autolink,lists,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,
etc etc....
etc etc....
Klemme