<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>pinEdit Add-on</title><link>http://forum.pintexx.net/forums/14/ShowForum.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 1.1 (Build: 1.1.0.50615)</generator><item><title>Installing pinEditSpell</title><link>http://forum.pintexx.net/forums/125/ShowPost.aspx</link><pubDate>Thu, 13 Oct 2005 08:29:39 GMT</pubDate><guid isPermaLink="false">a77a6955-f94a-4d59-a77c-8e416ef5d109:125</guid><dc:creator>Pintexx Support</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;&lt;FONT color=#0000ff&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;Using Evaluation&lt;/FONT&gt;&lt;BR&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR&gt;pinEditSpell files are included in pinEdit evaluation&amp;nbsp;4.01.1006+.&lt;BR&gt;&lt;BR&gt;If you use this evaluation you only have to set the path for the dictionaries (see below)&lt;BR&gt;There are 2 dictionary options:&lt;BR&gt;The standard (optimized) pinEditSpell dictionaries&lt;BR&gt;The Word custom dictionaries (Text file)&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff&gt;&lt;BR&gt;&lt;FONT size=4&gt;Using fix&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you already have a pinEdit installation running please install the latest fix 4.01.1006+.&lt;BR&gt;Edit your config.js and add those lines (at the end)&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;//--------------------------------------------------------------------------------------------------------&lt;BR&gt;// pinEditSpell&lt;BR&gt;//--------------------------------------------------------------------------------------------------------&lt;BR&gt;// please set the license key code here&lt;BR&gt;var globalSpellLicenseKey = "";&lt;BR&gt;// defines the spell checker page ( relative to editor folder)&lt;BR&gt;// for ASP.Net/ASP it should be spell.aspx&lt;BR&gt;// for JSP it should be spell.jsp&lt;BR&gt;// for PHP it depends if ASP.Net or Java is used&lt;BR&gt;var globalSpellPage = "spell/spell.jsp";&lt;BR&gt;// defines the absolute physical path to the spell checkers dictionary file (.dict)&lt;BR&gt;var globalSpellDictPath = "";&lt;BR&gt;// defines the absolute physical path to the spell checkers user dictionary file (Word)&lt;BR&gt;var globalSpellUserDictPath = "";&lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#000080&gt;&lt;BR&gt;ASP.Net&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;Change var globalSpellPage = "spell/spell.aspx";&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#0000ff size=4&gt;Setting parameters&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000080&gt;&lt;STRONG&gt;ASP.Net&lt;/STRONG&gt;&lt;BR&gt;&lt;/FONT&gt;All other settings can be done with properties of server control (SpellLicenseKey,SpellDictionaryPath,SpellUserDictionaryPath)&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT color=#000080&gt;ASP,PHP,JSP&lt;BR&gt;&lt;/FONT&gt;&lt;/STRONG&gt;Set license key here:&lt;BR&gt;var globalSpellLicenseKey = "...";&lt;BR&gt;&lt;BR&gt;Set physical path of dictionary path here:&lt;BR&gt;var globalSpellDictPath = "c:/mydict/english.dict";&lt;BR&gt;&lt;BR&gt;Set physical path of a user dictionary path here:&lt;BR&gt;var globalSpellUserDictPath = "c:/mydict/english.dict";&lt;BR&gt;&lt;BR&gt;If you want to pass the path parameters dynamicly then use parameter dp (dictionary path) or udp (user dictionary path)&lt;BR&gt;pinEdit.html?dp=c:/mydict...&amp;nbsp; or&lt;BR&gt;&lt;BR&gt;pinEdit.html?udp=c:/mydict...&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</description></item></channel></rss>