<?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: JavaScript WYSIWYG Editor &#8211; TinyEditor</title>
	<atom:link href="http://www.scriptiny.com/2010/02/javascript-wysiwyg-editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptiny.com/2010/02/javascript-wysiwyg-editor/</link>
	<description>This web development blog features fresh articles on JavaScript, AJAX, CSS, XHTML, PHP, Photoshop and more.</description>
	<lastBuildDate>Wed, 16 May 2012 10:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: TheTrigger</title>
		<link>http://www.scriptiny.com/2010/02/javascript-wysiwyg-editor/#comment-13529</link>
		<dc:creator>TheTrigger</dc:creator>
		<pubDate>Thu, 10 May 2012 18:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=339#comment-13529</guid>
		<description>Hi, how i can use php tags whitout replace?
&lt;?php ?&gt;
&lt;!--?php ?--&gt;</description>
		<content:encoded><![CDATA[<p>Hi, how i can use php tags whitout replace?<br />
&lt;?php ?&gt;<br />
&lt;!&#8211;?php ?&#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eoin H</title>
		<link>http://www.scriptiny.com/2010/02/javascript-wysiwyg-editor/#comment-13516</link>
		<dc:creator>Eoin H</dc:creator>
		<pubDate>Sat, 05 May 2012 14:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=339#comment-13516</guid>
		<description>You may need to use PHP or other coding to do this.

Something like &lt;?php echo $mycontent; ?&gt;

Example: 

&lt;textarea id=&quot;description&quot; name=&quot;description&quot;&gt;&lt;?php echo $mycontent; ?&gt;&lt;/textarea&gt;

Hope that helps</description>
		<content:encoded><![CDATA[<p>You may need to use PHP or other coding to do this.</p>
<p>Something like &lt;?php echo $mycontent; ?&gt;</p>
<p>Example: </p>
<p>&lt;textarea id=&quot;description&quot; name=&quot;description&quot;&gt;&lt;?php echo $mycontent; ?&gt;&lt;/textarea&gt;</p>
<p>Hope that helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.scriptiny.com/2010/02/javascript-wysiwyg-editor/#comment-13514</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 04 May 2012 09:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=339#comment-13514</guid>
		<description>Firstly, this is a great, lightweight script. Thanks for writing and sharing.

Now then, the onsubmit=&quot;editor.post()&quot; will work with one very important tag: Name. 

This script will NOT post your tinyeditor content without a name attribute on the textarea. ID alone is not enough. 

Your Textarea MUST have name=&quot;myeditor&quot; AND id=&quot;myeditor&quot;. Then it works beautifully!</description>
		<content:encoded><![CDATA[<p>Firstly, this is a great, lightweight script. Thanks for writing and sharing.</p>
<p>Now then, the onsubmit=&quot;editor.post()&quot; will work with one very important tag: Name. </p>
<p>This script will NOT post your tinyeditor content without a name attribute on the textarea. ID alone is not enough. </p>
<p>Your Textarea MUST have name=&quot;myeditor&quot; AND id=&quot;myeditor&quot;. Then it works beautifully!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murray</title>
		<link>http://www.scriptiny.com/2010/02/javascript-wysiwyg-editor/#comment-13509</link>
		<dc:creator>Murray</dc:creator>
		<pubDate>Thu, 03 May 2012 03:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=339#comment-13509</guid>
		<description>could you perhaps give us some sample code?</description>
		<content:encoded><![CDATA[<p>could you perhaps give us some sample code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murray</title>
		<link>http://www.scriptiny.com/2010/02/javascript-wysiwyg-editor/#comment-13508</link>
		<dc:creator>Murray</dc:creator>
		<pubDate>Thu, 03 May 2012 03:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=339#comment-13508</guid>
		<description>this works for me in FF and Chrome, but not IE..  i&#039;m currently trying to figure out why:

&lt;script&gt;editor.i.contentWindow.document.body.innerHTML=&quot;&lt;?=$hiddencontent;?&gt;&quot;;&lt;/script&gt;</description>
		<content:encoded><![CDATA[<p>this works for me in FF and Chrome, but not IE..  i&#039;m currently trying to figure out why:</p>
<p>&lt;script&gt;editor.i.contentWindow.document.body.innerHTML=&quot;&lt;?=$hiddencontent;?&gt;&quot;;&lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jbaker</title>
		<link>http://www.scriptiny.com/2010/02/javascript-wysiwyg-editor/#comment-13504</link>
		<dc:creator>Jbaker</dc:creator>
		<pubDate>Tue, 01 May 2012 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptiny.com/?p=339#comment-13504</guid>
		<description>This is exactly want I needed! Thank you so much for your help!</description>
		<content:encoded><![CDATA[<p>This is exactly want I needed! Thank you so much for your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

