<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>tinymce3 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/tinymce3/</link>
	<description>Feed of posts on WordPress.com tagged "tinymce3"</description>
	<pubDate>Sun, 12 Oct 2008 23:19:57 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[TinyMCE 3 plugin for JQuery]]></title>
<link>http://openil.wordpress.com/?p=266</link>
<pubDate>Sun, 04 May 2008 19:31:34 +0000</pubDate>
<dc:creator>वीर</dc:creator>
<guid>http://blog.vee-u.com/2008/05/04/tinymce-3-plugin-for-jquery/</guid>
<description><![CDATA[
$.fn.tinymce = function(options){
    return this.each(function(){ tinyMCE.execCommand(&quot;mce]]></description>
<content:encoded><![CDATA[<p>[sourcecode language='javascript']$.fn.tinymce = function(options){<br />
    return this.each(function(){ tinyMCE.execCommand("mceAddControl", false, this.id); });<br />
}</p>
<p>function initMCE()<br />
{<br />
    tinyMCE.init({mode : "none",<br />
                  theme : "advanced",<br />
                  theme_advanced_toolbar_location : "top",<br />
                  theme_advanced_toolbar_align : "left",<br />
                  theme_advanced_statusbar_location : "bottom",<br />
                  theme_advanced_resizing : true});<br />
}</p>
<p>initMCE();[/sourcecode]</p>
<p>Reference:</p>
<ul>
<li><a href="http://dev.jquery.com/wiki/Plugins/tinyMCE">http://dev.jquery.com/wiki/Plugins/tinyMCE</a></li>
<li><a href="http://www.google.com/notebook/public/04615848626219599281/BDRwQSwoQ-Jim3bUh">http://www.google.com/notebook/public/04615848626219599281/BDRwQSwoQ-Jim3bUh</a></li>
<li><a href="http://tinymce.moxiecode.com/punbb/viewtopic.php?id=10267">http://tinymce.moxiecode.com/punbb/viewtopic.php?id=10267</a></li>
<li><a href="http://wiki.moxiecode.com/index.php/TinyMCE:Commands">http://wiki.moxiecode.com/index.php/TinyMCE:Commands</a></li>
</ul>
]]></content:encoded>
</item>

</channel>
</rss>
