punymce
punymce copied to clipboard
PunyMCE is a lightweight rich text editor written in javascript. It's designed to be used for things like comments and forums.
I use jQuery to run a method whenever an input in my form changes, i.e. $("textarea").live("change", function() { // do something }); I have PunyMCE enabled for a textarea, but...
WebKit 534 and newer don't need the blank.html hack for forcing quirks mode inside the iframe anymore. This includes recent WebKit nightlies and release builds of Chrome 9 and 10.
I fixed the ant release task to use git checkout-index instead of svn. I also updated the readme doc for ant release See the last two commits in my master...
PunyMCE currently does not work on iPhone OS (and other mobile devices). Perhaps this should be detected, and PunyMCE should not load in these cases.