Develop With Blog

A blog about building.

1 post(s), index »

Community Forum
Learn how this blog was built
jQuery - TinyMCE Editor
mark.byers

If you want to mash in the latest standard verison of the TInyMCE editor into your jQuery based web application you can find it at:

/jscripts/jquery/tiny_mce/jquery.tinymce.js

Example:

http://tinymce.moxiecode.com/examples/example_23.php

COMMENTS
If you ever get the error: "g.win.document is null" when using TinyMCE, email me as I have the answer. I will add notes to this blog when can. It is to do with reusing the same xhtml document and trying to reload tinymce - you need to make sure you remove it before re-using (but has to be done at the correct time). The 1blankspace jQuery default scripts will have it implemented correctly - so will be able to see there for example.
mark.byers, 13 Dec 2010

Previous | Next