<?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: IPWEditor &#8211; In-Place WYSIWYG Editor 1.2 Released with TinyMCE support</title>
	<atom:link href="http://spacebug.com/ipweditor_in-place_wysiwyg_editor_1-2_released/feed/" rel="self" type="application/rss+xml" />
	<link>http://spacebug.com/ipweditor_in-place_wysiwyg_editor_1-2_released/</link>
	<description>Keeping Software Simple, Open and Pragmatic.</description>
	<lastBuildDate>Wed, 11 Jan 2012 01:15:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Amir Shevat</title>
		<link>http://spacebug.com/ipweditor_in-place_wysiwyg_editor_1-2_released/comment-page-1/#comment-115</link>
		<dc:creator>Amir Shevat</dc:creator>
		<pubDate>Fri, 09 Apr 2010 14:08:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-115</guid>
		<description>change:
theme : &quot;advanced&quot;,

to be:
theme : &quot;advanced&quot;

See 1.2.1 for a live example here: 
http://spacebug.com/IPWEditor_In-Place_WYSIWYG_Editor_1.2.1_Released

Cheers
Amir</description>
		<content:encoded><![CDATA[<p>change:<br />
theme : &#8220;advanced&#8221;,</p>
<p>to be:<br />
theme : &#8220;advanced&#8221;</p>
<p>See 1.2.1 for a live example here:<br />
<a href="http://spacebug.com/IPWEditor_In-Place_WYSIWYG_Editor_1.2.1_Released" rel="nofollow">http://spacebug.com/IPWEditor_In-Place_WYSIWYG_Editor_1.2.1_Released</a></p>
<p>Cheers<br />
Amir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Shevat</title>
		<link>http://spacebug.com/ipweditor_in-place_wysiwyg_editor_1-2_released/comment-page-1/#comment-107</link>
		<dc:creator>Amir Shevat</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:30:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-107</guid>
		<description>Thanks for the contrib, 
I will update and upload a new version.


Cheers
Amir</description>
		<content:encoded><![CDATA[<p>Thanks for the contrib,<br />
I will update and upload a new version.</p>
<p>Cheers<br />
Amir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/ipweditor_in-place_wysiwyg_editor_1-2_released/comment-page-1/#comment-106</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 11 Mar 2010 14:11:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-106</guid>
		<description>Thanks Chris. I was looking for this fix.</description>
		<content:encoded><![CDATA[<p>Thanks Chris. I was looking for this fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/ipweditor_in-place_wysiwyg_editor_1-2_released/comment-page-1/#comment-95</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sat, 23 Jan 2010 15:18:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-95</guid>
		<description>I am beginner of the jquery and tinymce richtext editor.

I have successfully installed your script and saved in database but when I try to change tinymce toolbar by inserting the following line, it fails.


$().ready(function() {

                var ed = new tinymce.Editor(&#039;content&#039;, {

                
                //newline to change toolbar
                 theme : &quot;advanced&quot;,
                });

               ..................

even when I follow the post and change the setting to

              ed.settings = options.editor.settings;

It still fails.


Can you give me a guide on how to do it!
</description>
		<content:encoded><![CDATA[<p>I am beginner of the jquery and tinymce richtext editor.</p>
<p>I have successfully installed your script and saved in database but when I try to change tinymce toolbar by inserting the following line, it fails.</p>
<p>$().ready(function() {</p>
<p>                var ed = new tinymce.Editor(&#8216;content&#8217;, {</p>
<p>                //newline to change toolbar<br />
                 theme : &#8220;advanced&#8221;,<br />
                });</p>
<p>               &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>even when I follow the post and change the setting to</p>
<p>              ed.settings = options.editor.settings;</p>
<p>It still fails.</p>
<p>Can you give me a guide on how to do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/ipweditor_in-place_wysiwyg_editor_1-2_released/comment-page-1/#comment-79</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Mon, 21 Dec 2009 12:00:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-79</guid>
		<description>Hey Amir,

This is great!

However I noticed that tinymce options weren&#039;t being picked up by the tinymce editor.

I changed line 156 of ipweditor-1.2 from:
&lt;code&gt;
                ed.setting = options.editor.setting;
&lt;/code&gt;

to 

&lt;code&gt;
                ed.settings = options.editor.settings;
&lt;/code&gt;

This allowed me then to use stuff like the advanced theme and plugins.

-Chris</description>
		<content:encoded><![CDATA[<p>Hey Amir,</p>
<p>This is great!</p>
<p>However I noticed that tinymce options weren&#8217;t being picked up by the tinymce editor.</p>
<p>I changed line 156 of ipweditor-1.2 from:<br />
<code><br />
                ed.setting = options.editor.setting;<br />
</code></p>
<p>to </p>
<p><code><br />
                ed.settings = options.editor.settings;<br />
</code></p>
<p>This allowed me then to use stuff like the advanced theme and plugins.</p>
<p>-Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Shevat</title>
		<link>http://spacebug.com/ipweditor_in-place_wysiwyg_editor_1-2_released/comment-page-1/#comment-54</link>
		<dc:creator>Amir Shevat</dc:creator>
		<pubDate>Fri, 16 Oct 2009 09:57:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-54</guid>
		<description>In the example, I use an alert() JavaScript function to prompt the value of the edit result, at that point you can create an Ajax call that will send the new content to the server. 

Cheers
Amir </description>
		<content:encoded><![CDATA[<p>In the example, I use an alert() JavaScript function to prompt the value of the edit result, at that point you can create an Ajax call that will send the new content to the server. </p>
<p>Cheers<br />
Amir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/ipweditor_in-place_wysiwyg_editor_1-2_released/comment-page-1/#comment-60</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sun, 13 Sep 2009 16:20:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-60</guid>
		<description>please help</description>
		<content:encoded><![CDATA[<p>please help</p>
]]></content:encoded>
	</item>
</channel>
</rss>

