Hello,
How would I be able to achieve something like this: have multiple textareas and only want one toolbar. What I want:
<div id="Editor">
<!-- Toolbar will go here -->
</div>
<textarea>Some content...</textarea>
<textarea>Some content...</textarea>
views:
143answers:
1
+1
A:
Look at the /_samples/html/sample10.html file as that's just that example.
AlfonsoML
2010-04-10 09:37:14