-
Give this plugin a try. I've had success with it so far :).
http://sourceforge.net/tracker/index.php?func=detail&aid=2003314&group_id=103281&atid=738747.
07:45PM UTC on Aug 19 2008 in TinyMCE
-
Updating the ZIP file with a bug fix. When the editor set content the image placeholders were all being given the mceItemFlash class. The value was trying to use the classid attribute which no longer exists in the XHTML valid code so it now sets the placeholder class based on the object type.
File Added: media.zip.
07:41PM UTC on Aug 19 2008 in TinyMCE
-
I had a need for an XHTML compliant version of the existing media plugin so I put this package together.
This version follows the most up to date standards for creating an embedded object tag.
See: http://htmlhelp.com/reference/html40/special/object.html
It also removes the deprecated attributes from the interface (align, hspace and vspace).
Please note it has been tested in IE6, IE7...
05:38PM UTC on Jun 26 2008 in TinyMCE
-
When using a PRE tag element in the editor the "assumption" would be that the content between the tags will remain untouched. If you wanted to use MCE for blogs or forums and post a code example you run into problems. For example:
The editor still wants to validate and format everything in the content window including that which...
05:20PM UTC on Mar 13 2008 in TinyMCE
-
Currently the external toolbar only displays with the onmouseup event listener. In a form with multiple fields it would be nice to have the toolbar display if the editor gains focus when the user tabs to it.
05:09PM UTC on Mar 13 2008 in TinyMCE
-
Excellent work Richard. Glad you caught the error when trying to get content and corrected it in your latest update. I've removed the quick patch I had put together since yours is a better all around solution and it makes sense to come to one place for the plugin to either Tiny MCE version.
04:08PM UTC on Mar 06 2008 in TinyMCE
-
Richard has updated his plugin for use in Tiny MCE 3.x and I believe it to be a better all around solution so I'm removing this post (hopefully) and the file for certain.
04:03PM UTC on Mar 06 2008 in TinyMCE
-
Apparently this has been added in the latest updates. Thanks guys.
05:27PM UTC on Feb 27 2008 in TinyMCE
-
Updated this plugin to work with Tiny MCE 3.x.
See: http://sourceforge.net/tracker/index.php?func=detail&aid=1891480&group_id=103281&atid=738747.
09:37PM UTC on Feb 11 2008 in TinyMCE
-
Due to the way Firefox treats entities inside textareas, when TinyMCE is loaded all non-breaking spaces get converted to normal spaces. This plugin intercepts changes to the editor and modifies the editor's HTML
so that the non-breaking spaces remain intact.
Works for Tiny MCE 3.x
For previous versions see...
09:35PM UTC on Feb 11 2008 in TinyMCE