<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
  <channel>
    <title>HtmlEditor</title>
    <link>http://www.itwriting.com/phorum/list.php?3</link>
    <description><![CDATA[For discussion of the .Net HTMLEditor control]]></description>
    <language>EN</language>
    <pubDate>Tue, 24 Oct 2006 16:04:17 +0100</pubDate>
    <lastBuildDate>Tue, 24 Oct 2006 16:04:17 +0100</lastBuildDate>
    <category>HtmlEditor</category>
    <generator>Phorum 5.1.25</generator>
    <ttl>60</ttl>
    <item>
      <title>Re: Changing all the source of a document without LoadDocument</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3349,3397#msg-3397</link>
      <author>Inam</author>
      <description><![CDATA[i am very new to htmleditor.........can u please tell me how to get the head node?]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3349,3397#msg-3397</guid>
      <pubDate>Tue, 24 Oct 2006 16:04:17 +0100</pubDate>
    </item>
    <item>
      <title>Re: Changing all the source of a document without LoadDocument</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3349,3381#msg-3381</link>
      <author>Tim</author>
      <description><![CDATA[A relative reference is no use if the document was not loaded from any specific location - &quot;relative&quot; makes no sense in this context. Setting the base tag specifies the base from which relative references are calculated. It is set once for the whole document. Of course you could also specify an absolute reference for any image or resource, in which case the base tag is not needed.<br />
<br />
See also: &lt;http://www.w3.org/TR/html401/struct/links.html#h-12.4&gt;<br />
<br />
Tim]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3349,3381#msg-3381</guid>
      <pubDate>Tue, 17 Oct 2006 11:41:02 +0100</pubDate>
    </item>
    <item>
      <title>Re: Changing all the source of a document without LoadDocument</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3349,3380#msg-3380</link>
      <author>John</author>
      <description><![CDATA[Do i have to use base tab with each resource or image?]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3349,3380#msg-3380</guid>
      <pubDate>Tue, 17 Oct 2006 10:49:37 +0100</pubDate>
    </item>
    <item>
      <title>Re: Changing all the source of a document without LoadDocument</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3349,3379#msg-3379</link>
      <author>liorklain</author>
      <description><![CDATA[ HTMLBaseElement baseElement = (HTMLBaseElement)htmlEditor1.Document.createElement(&quot;BASE&quot;);<br />
<br />
baseElement.href = urlOfImagesorOtherResources; <br />
<br />
// get head node <br />
headNode.appendChild((IHTMLDOMNode)baseElement);]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3349,3379#msg-3379</guid>
      <pubDate>Tue, 17 Oct 2006 10:04:11 +0100</pubDate>
    </item>
    <item>
      <title>Re: Changing all the source of a document without LoadDocument</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3349,3376#msg-3376</link>
      <author>JOhn</author>
      <description><![CDATA[how to use the base tag?]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3349,3376#msg-3376</guid>
      <pubDate>Mon, 16 Oct 2006 20:26:54 +0100</pubDate>
    </item>
    <item>
      <title>Re: Changing all the source of a document without LoadDocument</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3349,3351#msg-3351</link>
      <author>Tim</author>
      <description><![CDATA[You can use the base tag.<br />
<br />
Tim]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3349,3351#msg-3351</guid>
      <pubDate>Mon, 09 Oct 2006 10:54:34 +0100</pubDate>
    </item>
    <item>
      <title>Changing all the source of a document without LoadDocument</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3349,3349#msg-3349</link>
      <author>Swolak</author>
      <description><![CDATA[I noticed that LoadUrl makes the control correctly show images/styles for relative paths. But when i edit the source code calling LoadDocument to show changes in the designer, all relative paths are lost. So i was wondering if there's a way to set the new source code after calling the LoadUrl without unloading the url (and so without loosing relative paths). Thanks]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3349,3349#msg-3349</guid>
      <pubDate>Sun, 08 Oct 2006 16:06:49 +0100</pubDate>
    </item>
  </channel>
</rss>
