<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Code Muse</title>
	<atom:link href="http://codemuse.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemuse.wordpress.com</link>
	<description>Discussions about software design and patterns</description>
	<lastBuildDate>Thu, 09 Aug 2012 11:15:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Rich Text Editor in Dynamics CRM 2011 by Datta</title>
		<link>http://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-48</link>
		<dc:creator><![CDATA[Datta]]></dc:creator>
		<pubDate>Thu, 09 Aug 2012 11:15:09 +0000</pubDate>
		<guid isPermaLink="false">https://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-48</guid>
		<description><![CDATA[Hi

I am unable to get $get(‘IFRAME_RichEdit’).contentWindow.CKEDITOR

Please help me on this

With Regards,
Datta.G]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am unable to get $get(‘IFRAME_RichEdit’).contentWindow.CKEDITOR</p>
<p>Please help me on this</p>
<p>With Regards,<br />
Datta.G</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rich Text Editor in Dynamics CRM 2011 by mohsinkhan</title>
		<link>http://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-47</link>
		<dc:creator><![CDATA[mohsinkhan]]></dc:creator>
		<pubDate>Thu, 02 Aug 2012 04:18:31 +0000</pubDate>
		<guid isPermaLink="false">https://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-47</guid>
		<description><![CDATA[hi, I am getting an javascript error on form load event.
&#039;Xrm.Page.getAttribute(...)&#039; is null or not an object.

Please reply fast. This is urgent requirement and i am unable to solve the problem.
Waiting for reply.]]></description>
		<content:encoded><![CDATA[<p>hi, I am getting an javascript error on form load event.<br />
&#8216;Xrm.Page.getAttribute(&#8230;)&#8217; is null or not an object.</p>
<p>Please reply fast. This is urgent requirement and i am unable to solve the problem.<br />
Waiting for reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rich Text Editor in Dynamics CRM 2011 by Stefan Breedveld</title>
		<link>http://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-46</link>
		<dc:creator><![CDATA[Stefan Breedveld]]></dc:creator>
		<pubDate>Tue, 24 Jul 2012 12:13:28 +0000</pubDate>
		<guid isPermaLink="false">https://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-46</guid>
		<description><![CDATA[Great work... i&#039;ve got only one problem. Everytime we open a new browser session and open up a record form in crm, we get the following error.

-------------------------------------------------------------------------------
There was an error with this field&#039;s customized event.

Field:window
Event:onload

Error:Unable to get value of the property &#039;instances&#039;: object is null or undefined
------------------------------------------------------------------------------

When we close the form and open it again, then there is no error message and everything works well.
Please help...]]></description>
		<content:encoded><![CDATA[<p>Great work&#8230; i&#8217;ve got only one problem. Everytime we open a new browser session and open up a record form in crm, we get the following error.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
There was an error with this field&#8217;s customized event.</p>
<p>Field:window<br />
Event:onload</p>
<p>Error:Unable to get value of the property &#8216;instances&#8217;: object is null or undefined<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>When we close the form and open it again, then there is no error message and everything works well.<br />
Please help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rich Text Editor in Dynamics CRM 2011 by Pawcu</title>
		<link>http://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-45</link>
		<dc:creator><![CDATA[Pawcu]]></dc:creator>
		<pubDate>Mon, 16 Jul 2012 09:31:39 +0000</pubDate>
		<guid isPermaLink="false">https://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-45</guid>
		<description><![CDATA[Hi I am trying to implement this on our server. In our case we need to implement around 12 RTFC boxes. Unfortunately it seems that the iframes are not loading quickly enough for the Form onLoad event to access all the iframes thus leading to an error. We used a bunch of if conditions to check if they are loaded but then this lead to the fields being empty. We even tried to implement the setContent method in the onReadyStateComplete of the iframe itself. Unfortunately this then lead to the editor in &#039;$get(&#039;IFRAME_RichEdit&#039;).contentWindow.CKEDITOR.instances.editor1&#039;
to be undefined

Any ideas pls? Any help would be greatly appreciated.
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi I am trying to implement this on our server. In our case we need to implement around 12 RTFC boxes. Unfortunately it seems that the iframes are not loading quickly enough for the Form onLoad event to access all the iframes thus leading to an error. We used a bunch of if conditions to check if they are loaded but then this lead to the fields being empty. We even tried to implement the setContent method in the onReadyStateComplete of the iframe itself. Unfortunately this then lead to the editor in &#8216;$get(&#8216;IFRAME_RichEdit&#8217;).contentWindow.CKEDITOR.instances.editor1&#8242;<br />
to be undefined</p>
<p>Any ideas pls? Any help would be greatly appreciated.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rich Text Editor in Dynamics CRM 2011 by Ricardo Guerrero</title>
		<link>http://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-44</link>
		<dc:creator><![CDATA[Ricardo Guerrero]]></dc:creator>
		<pubDate>Thu, 28 Jun 2012 05:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-44</guid>
		<description><![CDATA[When the form open it gives me the next error:  &quot;There was an error with this fied&#039;s customized event.  Field:window  Event:onload  Error:Unable to get value of the property &#039;getValue&#039;: object is null or undefined&quot;

And then I try to save the info and It gives me the error: &quot;There was an error with this fied&#039;s customized event. Field crmForm Event:onsave Error:Unable to get value of the property &#039;setValue&#039;: object is null or undefined&quot;

I am using the default solution.  I missed anything? Please Help me.]]></description>
		<content:encoded><![CDATA[<p>When the form open it gives me the next error:  &#8220;There was an error with this fied&#8217;s customized event.  Field:window  Event:onload  Error:Unable to get value of the property &#8216;getValue&#8217;: object is null or undefined&#8221;</p>
<p>And then I try to save the info and It gives me the error: &#8220;There was an error with this fied&#8217;s customized event. Field crmForm Event:onsave Error:Unable to get value of the property &#8216;setValue&#8217;: object is null or undefined&#8221;</p>
<p>I am using the default solution.  I missed anything? Please Help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rich Text Editor in Dynamics CRM 2011 by rocchetti</title>
		<link>http://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-41</link>
		<dc:creator><![CDATA[rocchetti]]></dc:creator>
		<pubDate>Wed, 13 Jun 2012 14:21:01 +0000</pubDate>
		<guid isPermaLink="false">https://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-41</guid>
		<description><![CDATA[It may.  If you make it work, please let me know how and I will update my blog or link to your blog if you prefer.]]></description>
		<content:encoded><![CDATA[<p>It may.  If you make it work, please let me know how and I will update my blog or link to your blog if you prefer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rich Text Editor in Dynamics CRM 2011 by rocchetti</title>
		<link>http://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-40</link>
		<dc:creator><![CDATA[rocchetti]]></dc:creator>
		<pubDate>Wed, 13 Jun 2012 14:20:17 +0000</pubDate>
		<guid isPermaLink="false">https://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-40</guid>
		<description><![CDATA[In theory, you could put the web page in a resource.  I have that situation now and may try this silverlight control instead:
http://mscrmrichtextbox.codeplex.com/]]></description>
		<content:encoded><![CDATA[<p>In theory, you could put the web page in a resource.  I have that situation now and may try this silverlight control instead:<br />
<a href="http://mscrmrichtextbox.codeplex.com/" rel="nofollow">http://mscrmrichtextbox.codeplex.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rich Text Editor in Dynamics CRM 2011 by Richard Weck</title>
		<link>http://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-38</link>
		<dc:creator><![CDATA[Richard Weck]]></dc:creator>
		<pubDate>Tue, 12 Jun 2012 18:27:39 +0000</pubDate>
		<guid isPermaLink="false">https://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-38</guid>
		<description><![CDATA[Could this work if you used a web resource to hold the HTML file?]]></description>
		<content:encoded><![CDATA[<p>Could this work if you used a web resource to hold the HTML file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rich Text Editor in Dynamics CRM 2011 by rocchetti</title>
		<link>http://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-22</link>
		<dc:creator><![CDATA[rocchetti]]></dc:creator>
		<pubDate>Mon, 21 May 2012 02:39:18 +0000</pubDate>
		<guid isPermaLink="false">https://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-22</guid>
		<description><![CDATA[This may be a limitation of CKEditor, but the value being entered into the editor is being stored in a text field.  There is no support here for converting the image into an attachment, but that may be doable through the jscript api.]]></description>
		<content:encoded><![CDATA[<p>This may be a limitation of CKEditor, but the value being entered into the editor is being stored in a text field.  There is no support here for converting the image into an attachment, but that may be doable through the jscript api.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rich Text Editor in Dynamics CRM 2011 by B Rosewood (@ilrosewood)</title>
		<link>http://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-21</link>
		<dc:creator><![CDATA[B Rosewood (@ilrosewood)]]></dc:creator>
		<pubDate>Sun, 20 May 2012 17:26:41 +0000</pubDate>
		<guid isPermaLink="false">https://codemuse.wordpress.com/2011/05/20/rich-text-editor-in-dynamics-crm-2011/#comment-21</guid>
		<description><![CDATA[Yes, that helped. I was able to create both Web Resources and add them into the form. I was able to get the CKEditor to display in the iFrame. However, what I was really needing the rich text editor for was pasting in an image and that didn&#039;t work. I think that is a limitation of that editor though.]]></description>
		<content:encoded><![CDATA[<p>Yes, that helped. I was able to create both Web Resources and add them into the form. I was able to get the CKEditor to display in the iFrame. However, what I was really needing the rich text editor for was pasting in an image and that didn&#8217;t work. I think that is a limitation of that editor though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
