Skip to content

Instantly share code, notes, and snippets.

Created July 2, 2015 08:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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