<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - FatFolderDesigner</title>
<link>http://snipplr.com/users/FatFolderDesigner/tags/tinymce</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 23:58:51 GMT</pubDate>
<item>
<title>(JavaScript) AJAX Form Autosubmit TinyMCE fix</title>
<link>http://snipplr.com/view/45227/ajax-form-autosubmit-tinymce-fix/</link>
<description><![CDATA[ <p>Since tinyMCe doesn't transfer it's editor contents to the text area until you hit the submit button, and since the autosubmitter doesn't ever hit the submit button TinyMCE boxes never save. IT's a simple fix, just place the code on line 2, at the very top of the as function, and it will tell TinyMCE to save. This line should not be there if you don't have TinyMCE integrated in your site as it'll just cause javascript error.

This fix is in reference to this Snipplr: http://snipplr.com/view/44799/ajax-form-autosubmit/</p> ]]></description>
<pubDate>Fri, 03 Dec 2010 18:25:37 GMT</pubDate>
<guid>http://snipplr.com/view/45227/ajax-form-autosubmit-tinymce-fix/</guid>
</item>
</channel>
</rss>