Fck Editor Multiple Editors
- by DavisBains
Hello,
I have multiple textareas and only want one toolbar. How would I be able to achieve something like this:
<div id="Editor">
<!-- Toolbar will go here -->'
</div>
<textarea>Some content...</textarea>
<textarea>Some content...</textarea>