Fck Editor Multiple Editors
Posted
by DavisBains
on Stack Overflow
See other posts from Stack Overflow
or by DavisBains
Published on 2010-04-05T16:40:31Z
Indexed on
2010/04/05
16:43 UTC
Read the original article
Hit count: 147
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>
© Stack Overflow or respective owner