[wp-hackers] Looking for a way to add a second rich editor to
the Page form
Andrew Ozz
admin at laptoptips.ca
Tue Jan 20 23:48:08 GMT 2009
Nathan Rice wrote:
> I would be curious to know the answer to this as well. If anyone knows
> anything, or finds anything out, please let the list know.
Since TinyMCE is already loaded there, all you need to do is
tinyMCE.init({...init options...}); in js after the page has finished
loading.
There are quite a few examples of how to do this:
http://tinymce.moxiecode.com/examples/example_04.php
More information about the wp-hackers
mailing list