<?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 for Bytesite</title>
	<atom:link href="http://www.bytesite.co.uk/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bytesite.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 18 Feb 2010 18:41:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Selenium &amp; TinyMCE by Perry</title>
		<link>http://www.bytesite.co.uk/selenium-tinymce#comment-516</link>
		<dc:creator>Perry</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytesite.co.uk/?p=180#comment-516</guid>
		<description>Awesome.  It works perfectly.</description>
		<content:encoded><![CDATA[<p>Awesome.  It works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium &amp; TinyMCE by admin</title>
		<link>http://www.bytesite.co.uk/selenium-tinymce#comment-493</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 21 Aug 2009 08:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytesite.co.uk/?p=180#comment-493</guid>
		<description>Hi Sam

Thats looks like a good solution.

In the way I have written about, you just need to use tinyMCE.execCommand(&#039;mceFocus&#039;,false,&#039;mce_editor_0&#039;); to first get focus of the element you wish to manipulate.

tinyMCE.execCommand(&#039;mceFocus&#039;,false,&#039;mce_editor_0&#039;); 
will put the focus on id=&#039;mce_editor_0&#039;

tinyMCE.execCommand(&#039;mceFocus&#039;,false,&#039;mce_editor_1&#039;); 
will put the focus on id=&#039;mce_editor_1&#039;

Is that what you mean?</description>
		<content:encoded><![CDATA[<p>Hi Sam</p>
<p>Thats looks like a good solution.</p>
<p>In the way I have written about, you just need to use tinyMCE.execCommand(&#8217;mceFocus&#8217;,false,&#8217;mce_editor_0&#8242;); to first get focus of the element you wish to manipulate.</p>
<p>tinyMCE.execCommand(&#8217;mceFocus&#8217;,false,&#8217;mce_editor_0&#8242;);<br />
will put the focus on id=&#8217;mce_editor_0&#8242;</p>
<p>tinyMCE.execCommand(&#8217;mceFocus&#8217;,false,&#8217;mce_editor_1&#8242;);<br />
will put the focus on id=&#8217;mce_editor_1&#8242;</p>
<p>Is that what you mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium &amp; TinyMCE by Sam</title>
		<link>http://www.bytesite.co.uk/selenium-tinymce#comment-492</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 20 Aug 2009 18:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytesite.co.uk/?p=180#comment-492</guid>
		<description>I have discovered another method to enter text into the tinyMCE text areas.  This can be used for multiple instances on the same page.

Example:
type dom=document.getElementById(&#039;mce_editor_0&#039;).contentDocument.body
your text

For multiple instances you only need to modify the (&#039;mce_editor_0&#039;) to reflect the next instance. 

I have also been able to use HTML with any text I am inputting.

Thanks!</description>
		<content:encoded><![CDATA[<p>I have discovered another method to enter text into the tinyMCE text areas.  This can be used for multiple instances on the same page.</p>
<p>Example:<br />
type dom=document.getElementById(&#8217;mce_editor_0&#8242;).contentDocument.body<br />
your text</p>
<p>For multiple instances you only need to modify the (&#8217;mce_editor_0&#8242;) to reflect the next instance. </p>
<p>I have also been able to use HTML with any text I am inputting.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium &amp; TinyMCE by Sam</title>
		<link>http://www.bytesite.co.uk/selenium-tinymce#comment-491</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytesite.co.uk/?p=180#comment-491</guid>
		<description>I have multiple tinyMCE editors in many of my pages and I am wondering if there is a way to enter different test for each instance of tinyMCE based off something like the id for the iframe tag?  

If you would, please let me know if you have know or seen anything like this.  There is not much documentation concerning how to deal with tinyMCE outside of your information.

Thank you!</description>
		<content:encoded><![CDATA[<p>I have multiple tinyMCE editors in many of my pages and I am wondering if there is a way to enter different test for each instance of tinyMCE based off something like the id for the iframe tag?  </p>
<p>If you would, please let me know if you have know or seen anything like this.  There is not much documentation concerning how to deal with tinyMCE outside of your information.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium &amp; TinyMCE by Evan</title>
		<link>http://www.bytesite.co.uk/selenium-tinymce#comment-313</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Fri, 17 Jul 2009 00:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytesite.co.uk/?p=180#comment-313</guid>
		<description>Sorry i was wrong, it does work ;p</description>
		<content:encoded><![CDATA[<p>Sorry i was wrong, it does work ;p</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium &amp; TinyMCE by Evan</title>
		<link>http://www.bytesite.co.uk/selenium-tinymce#comment-312</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Thu, 16 Jul 2009 20:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytesite.co.uk/?p=180#comment-312</guid>
		<description>This doesn&#039;t work :(</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work <img src='http://www.bytesite.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
