﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>InstantASP Community Forums / InstantForum.NET 4.x / Modifications / Community Support  / SOLVED Firefox (IFCode) text editor DDLs not working / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>InstantASP Community Forums</description><link>http://community.instantasp.co.uk/</link><webMaster>sales@instantasp.co.uk</webMaster><lastBuildDate>Fri, 21 Nov 2008 18:09:23 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SOLVED Firefox (IFCode) text editor DDLs not working</title><link>http://community.instantasp.co.uk/Topic13941-58-1.aspx</link><description>In the javascript used for down level browsers section [b]Public Function RegisterClientScript()[/b], for the link, font color, and highlight items, add the quotes using "" (not &amp;amp;quot; )&lt;br&gt;&lt;br&gt;People have been screaming about this for years, once I actually worked on it it took me an hour to figure out. &lt;br&gt;&lt;br&gt;Ryan, you really could have done this for us...Sheesh.</description><pubDate>Wed, 28 May 2008 01:14:36 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>SOLVED Firefox (IFCode) text editor DDLs not working</title><link>http://community.instantasp.co.uk/Topic13941-58-1.aspx</link><description>for those of you who want to get the existing IFCode font and size menus working (without going to FCKEditor):&lt;br&gt;&lt;br&gt;The solution is to update the code for these boxes in RichTextBox.vb&lt;br&gt;&lt;br&gt;for instance, in [b]Public Function InsertFontDropDownList()[/b]&lt;br&gt;&lt;br&gt;Where it says &lt;br&gt;[code]&amp;#111;nchange=""if_InsertIFCode('[font=' + this[this.selectedIndex].value + ']'[/code]&lt;br&gt;substitute&lt;br&gt;[code]&amp;#111;nchange=""if_InsertIFCode('[font=&amp;amp;quot;' + this[this.selectedIndex].value + '&amp;amp;quot;]'[/code]&lt;br&gt;adding the quotes, as htmlencode, will cause the quotes to appear in the editor box, thus causing the regex replace to work. &lt;br&gt;&lt;br&gt;D'oh!</description><pubDate>Wed, 28 May 2008 00:39:52 GMT</pubDate><dc:creator>Charles</dc:creator></item></channel></rss>