Hi,
I have several <textarea ... class="myClass">initial value</textarea> fields which I invoke as follows:
<script type="text/javascript">
CKEDITOR.replaceAll('myClass');
</script>
Just the first ckeditor instance shows its initial value whereas the others throw out "null".
What can I do? thx in advance...
I have several <textarea ... class="myClass">initial value</textarea> fields which I invoke as follows:
<script type="text/javascript">
CKEDITOR.replaceAll('myClass');
</script>
Just the first ckeditor instance shows its initial value whereas the others throw out "null".
What can I do? thx in advance...