Wysiwyg
object, and append it to the pagecontenteditable
attribute on an elementFor Example:
<script src="jquery.js"></script> <script src="wysiwyg.js"></script> <div class="area" contenteditable> <script> var wysiwyg = new Wysiwyg; wysiwyg.el.insertBefore('.area'); </script>