<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Adding a Custom Button to TinyMCE &#8211; REVISED</title>
	<atom:link href="/2011/02/17/adding-a-custom-button-to-tinymce-revised/feed/" rel="self" type="application/rss+xml" />
	<link>/2011/02/17/adding-a-custom-button-to-tinymce-revised/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Javier Bracero</title>
		<link>/2011/02/17/adding-a-custom-button-to-tinymce-revised/comment-page-1/#comment-15872</link>
		<dc:creator><![CDATA[Javier Bracero]]></dc:creator>
		<pubDate>Thu, 24 May 2012 11:48:19 +0000</pubDate>
		<guid isPermaLink="false">/?p=2204#comment-15872</guid>
		<description><![CDATA[Hi,
It might be helpful if you want to add multiple custom buttons:

http://javierbracero.blogspot.co.uk/2012/05/adding-multiple-custom-buttons-to.html]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
It might be helpful if you want to add multiple custom buttons:</p>
<p><a href="http://javierbracero.blogspot.co.uk/2012/05/adding-multiple-custom-buttons-to.html" rel="nofollow">http://javierbracero.blogspot.co.uk/2012/05/adding-multiple-custom-buttons-to.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>/2011/02/17/adding-a-custom-button-to-tinymce-revised/comment-page-1/#comment-14577</link>
		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Fri, 11 Nov 2011 13:42:12 +0000</pubDate>
		<guid isPermaLink="false">/?p=2204#comment-14577</guid>
		<description><![CDATA[The previous example of how to add a custom button to tinyMCE at least had explanations about &lt;i&gt;why&lt;/i&gt; things had to be done. The problem with the Moxiecode site is that, as above, they simply list code with no explanation about how why TinyMCE requires this approach or that approach. I wholeheartedly agree with you that Moxiecode should make their documentation more accessible and comprehensive.

Anyway, rant over. Thanks for posting yesterday&#039;s example and keep up the good work :-)]]></description>
		<content:encoded><![CDATA[<p>The previous example of how to add a custom button to tinyMCE at least had explanations about <i>why</i> things had to be done. The problem with the Moxiecode site is that, as above, they simply list code with no explanation about how why TinyMCE requires this approach or that approach. I wholeheartedly agree with you that Moxiecode should make their documentation more accessible and comprehensive.</p>
<p>Anyway, rant over. Thanks for posting yesterday&#8217;s example and keep up the good work 🙂</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: switcherdav</title>
		<link>/2011/02/17/adding-a-custom-button-to-tinymce-revised/comment-page-1/#comment-14425</link>
		<dc:creator><![CDATA[switcherdav]]></dc:creator>
		<pubDate>Sun, 11 Sep 2011 10:51:55 +0000</pubDate>
		<guid isPermaLink="false">/?p=2204#comment-14425</guid>
		<description><![CDATA[Great but it doesn&#039;t word for me, I must declare my custombutton in the &quot;theme_advanced_buttons&quot; options

in your exemple : 
theme_advanced_buttons2 : &quot;mybutton&quot;,

note : I use this syntaxe to create my instance : 

var tinymceInstance = $(&#039;textarea.tinymce&#039;).tinymce({)} ;

hope it can helps]]></description>
		<content:encoded><![CDATA[<p>Great but it doesn&#8217;t word for me, I must declare my custombutton in the &#8220;theme_advanced_buttons&#8221; options</p>
<p>in your exemple :<br />
theme_advanced_buttons2 : &#8220;mybutton&#8221;,</p>
<p>note : I use this syntaxe to create my instance : </p>
<p>var tinymceInstance = $(&#8216;textarea.tinymce&#8217;).tinymce({)} ;</p>
<p>hope it can helps</p>
]]></content:encoded>
	</item>
</channel>
</rss>
