﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - SpellChecker</title><link>http://www.intersoftsolutions.com/Community/Tags/SpellChecker/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>SpellChecker doesn't recognize misspelt words.</title><link>http://www.intersoftsolutions.com/Community/Tags/SpellChecker/</link><pubDate>Thu, 14 Jan 2010 22:53:27 GMT</pubDate><dc:creator>ewoudt@counton.com.au</dc:creator><category>SpellChecker</category><category>words</category><description>&lt;p&gt;Words like testzorz or thiz are apparently correct and if you type &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Standard tand and spellcheck it there it will say the tand in standard is incorrect and if you ignore the tand inside standard it doesn't move on to the next tand...&lt;/p&gt;
&lt;p&gt;Again these bugs can be replicated on the live demo.&lt;/p&gt;Any help appreciated&lt;br /&gt;</description></item><item><title>Styling a SpellChecker</title><link>http://www.intersoftsolutions.com/Community/Tags/SpellChecker/</link><pubDate>Sun, 08 Nov 2009 19:04:03 GMT</pubDate><dc:creator>ewoudt@counton.com.au</dc:creator><category>Style</category><category>SpellChecker</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thanks in advance for any help,&lt;/p&gt;
&lt;p&gt;I'm sorry if this is an obvious question, i'm new at using intersoft :-)&lt;/p&gt;
&lt;p&gt;I have a need to change the z-index of the spellchecker and some other styles, does anybody know how i can go about this?&lt;/p&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/Tags/SpellChecker/</link><pubDate>Sun, 08 Nov 2009 19:00:22 GMT</pubDate><dc:creator>ewoudt@counton.com.au</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p /&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; "&gt;Hello,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; "&gt;Thanks in advance for any help,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; "&gt;I have a repeater creating textboxes and i need to have them all spellchecked so i create a&amp;nbsp;spell check button for every text box and programmatically create the
Spell Checker, (i'm not aware that i can use one spell checker for more than
one control)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; "&gt;
Here is my code:&amp;nbsp;&lt;o:p&gt;.cs
(  on the&lt;span class="apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;ItemDataBound
event of the repeater)&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; " /&gt;&lt;/p&gt;&lt;pre&gt;Panel pnl = (Panel)e.Item.FindControl("pnlSpellCheck");
WebSpellChecker wsCheck = new WebSpellChecker { ID = "wsCheck" e.Item.ItemIndex, TargetControlId = txtTextBox.UniqueID, Height = 500, Width = 700, TargetControlIdValue = "value", CssClass = "SpellCheck" };
pnl.Controls.Add(wsCheck);
WebButton btn = (WebButton)pnl.FindControl("btnSpellCheck");
btn.OnClientClick = "CheckSpell('" e.Item.ItemIndex "')";
&lt;/pre&gt;
&lt;p&gt; Javascript:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&lt;pre&gt;function CheckSpell(id) {
var sp = ISGetObject("wsCheck" id);
sp.CheckSpell();
return false;
}&lt;/pre&gt;&lt;/pre&gt;
&lt;p&gt; Markup:
(inside a repeater)&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;asp:Panel id="pnlSpellCheck" runat="server"&amp;gt;
&amp;lt;ISWebDesktop:WebButton ID="btnSpellCheck" runat="server" Height="20px" OnClientClick="CheckSpell"
Text="Spell Check" Width="150px"&amp;gt;
&amp;lt;ButtonStyle&amp;gt;
&amp;lt;Normal CssClass="FPB-Button-N"&amp;gt;
&amp;lt;/Normal&amp;gt;
&amp;lt;Over CssClass="FPB-Button-O"&amp;gt;
&amp;lt;/Over&amp;gt;
&amp;lt;Active CssClass="FPB-Button-A"&amp;gt;
&amp;lt;/Active&amp;gt;
&amp;lt;/ButtonStyle&amp;gt;
&amp;lt;/ISWebDesktop:WebButton&amp;gt;
&amp;lt;/asp:Panel&amp;gt;
&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;I get a javascript popup:&lt;/p&gt;
&lt;p&gt;An error occurred: &lt;/p&gt;
&lt;p&gt;&amp;lt;the page source&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; "&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;</description></item></channel></rss>