Skip to content

Instantly share code, notes, and snippets.

Created July 2, 2015 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/58973aa3ac2a0a3f6d5d to your computer and use it in GitHub Desktop.
Save anonymous/58973aa3ac2a0a3f6d5d to your computer and use it in GitHub Desktop.
keyoti rapidspellweb include code
<!-- RapidSpell Checker code -->
<RapidSpellWeb:rapidSpellWebLauncher
id="rswsubject"
rapidSpellWebPage="RapidSpellCheckerPopUp.jsp"
textComponentName="form1.subject"
userDictionaryFile="<%=spellDictPath%>"
includeUserDictionaryInSuggestions="true"
showButton="false"
ignoreXML="true"
SSLFriendly="true"
showFinishedMessage="false"
showNoErrorsMessage="false"
RSMultipleID="RapidSpellWebMultiple1"
/>
<input type='hidden' name='fMessage' value='complete'>
<RapidSpellWeb:rapidSpellWebLauncher
id="rswtmessage"
rapidSpellWebPage="RapidSpellCheckerPopUp.jsp"
textComponentName="tmessage____Frame"
userDictionaryFile="<%=spellDictPath%>"
includeUserDictionaryInSuggestions="true"
showButton="false"
ignoreXML="true"
textComponentInterface="Custom"
SSLFriendly="true"
showFinishedMessage="false"
showNoErrorsMessage="false"
RSMultipleID="RapidSpellWebMultiple1"
/>
<RapidSpellWeb:rapidSpellWebMultiple
id="RapidSpellWebMultiple1"
showButton="false"
tabIndex="1"
SSLFriendly="true"
showFinishedMessage="false"
rapidSpellWebLaunchers="rswsubject,rswtmessage"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment