<?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: TinyMCE Rich Text Editor with GWT</title>
	<atom:link href="http://development.lombardi.com/?feed=rss2&#038;p=43" rel="self" type="application/rss+xml" />
	<link>http://development.lombardi.com/?p=43</link>
	<description>Blog by the developers at Lombardi Software. The postings on this site don’t necessarily represent IBM’s positions, strategies or opinions.</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:53:12 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Moffat</title>
		<link>http://development.lombardi.com/?p=43&#038;cpage=1#comment-1769</link>
		<dc:creator>Alex Moffat</dc:creator>
		<pubDate>Wed, 01 Jul 2009 02:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://development.lombardi.com/?p=43#comment-1769</guid>
		<description>It&#039;s unlikely but I&#039;ll ask.</description>
		<content:encoded><![CDATA[<p>It&#8217;s unlikely but I&#8217;ll ask.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lon</title>
		<link>http://development.lombardi.com/?p=43&#038;cpage=1#comment-1768</link>
		<dc:creator>John Lon</dc:creator>
		<pubDate>Tue, 30 Jun 2009 21:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://development.lombardi.com/?p=43#comment-1768</guid>
		<description>Any chance you could publish the complete working wrapper code.

Thx</description>
		<content:encoded><![CDATA[<p>Any chance you could publish the complete working wrapper code.</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thole.org/hendrik &#187; Blog Archive &#187; TinyMCE mit GWT</title>
		<link>http://development.lombardi.com/?p=43&#038;cpage=1#comment-528</link>
		<dc:creator>thole.org/hendrik &#187; Blog Archive &#187; TinyMCE mit GWT</dc:creator>
		<pubDate>Thu, 04 Dec 2008 10:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://development.lombardi.com/?p=43#comment-528</guid>
		<description>[...] http://development.lombardi.com/?p=43 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://development.lombardi.com/?p=43" rel="nofollow">http://development.lombardi.com/?p=43</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://development.lombardi.com/?p=43&#038;cpage=1#comment-93</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Wed, 27 Aug 2008 14:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://development.lombardi.com/?p=43#comment-93</guid>
		<description>Thanks for the comment!

1) When I saw this, all I could really conclude from it was that the browser was just too slow at executing the tinymce javascript. I got around this by styling the textarea as follows:

.textarea { color: white; background-color: white }

So even though the textarea will render with the raw html, you won&#039;t see it.

2) As I mentioned in the article, if you only need one initialization config, then it will probably be fine to put it in the base html file. But, if you want to put it in the GWT code, make sure you are not throwing some JS error related to &quot;&#039;$wnd.tinyMCE&#039; is null&quot;, that means you are hitting the race condition when the source file has not been completed downloaded. 

The last thing I can think of is to defer the attachment of the editor until after the initialize code is completed. 

Hope this helps!

Thanks,
Austin</description>
		<content:encoded><![CDATA[<p>Thanks for the comment!</p>
<p>1) When I saw this, all I could really conclude from it was that the browser was just too slow at executing the tinymce javascript. I got around this by styling the textarea as follows:</p>
<p>.textarea { color: white; background-color: white }</p>
<p>So even though the textarea will render with the raw html, you won&#8217;t see it.</p>
<p>2) As I mentioned in the article, if you only need one initialization config, then it will probably be fine to put it in the base html file. But, if you want to put it in the GWT code, make sure you are not throwing some JS error related to &#8220;&#8216;$wnd.tinyMCE&#8217; is null&#8221;, that means you are hitting the race condition when the source file has not been completed downloaded. </p>
<p>The last thing I can think of is to defer the attachment of the editor until after the initialize code is completed. </p>
<p>Hope this helps!</p>
<p>Thanks,<br />
Austin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://development.lombardi.com/?p=43&#038;cpage=1#comment-47</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 22 Aug 2008 13:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://development.lombardi.com/?p=43#comment-47</guid>
		<description>Hi,

thanks for this nice article.

But when I try to use tinyMCE with GWT I&#039;ve several problems.

1) When I try to set a html text to the widget I see the raw html code for a while in the TextArea (after some time the tinyMCE is shown which renders the html code).

2) In some cases the initialization code has no effect (toolbars and so on).

I&#039;ve no problems when I load the initialization code already in my base html file. 

BUT then I&#039;ve the problem to set the right language.

Regards,
Martin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for this nice article.</p>
<p>But when I try to use tinyMCE with GWT I&#8217;ve several problems.</p>
<p>1) When I try to set a html text to the widget I see the raw html code for a while in the TextArea (after some time the tinyMCE is shown which renders the html code).</p>
<p>2) In some cases the initialization code has no effect (toolbars and so on).</p>
<p>I&#8217;ve no problems when I load the initialization code already in my base html file. </p>
<p>BUT then I&#8217;ve the problem to set the right language.</p>
<p>Regards,<br />
Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
