3rd Party Textboxes

RapidSpellWInline automatically identifies editable elements and therefore can work with most 3rd

party components very simply. When the Automatic interface is unable to work with an editor, writing a

Custom interface (as with RapidSpellWebLauncher) is an alternative option.

In this example, the IFRAME “HTB” is made editable and images are used in place of the button.

Code Example From RSWI-3rdParty.jsp

<RapidSpellWeb:rapidSpellWInline id="rswi"

textComponentID="HTB"

ignoreXML="true"

buttonImageMouseOut="images/out1.png"

buttonImageMouseOver="images/over1.png"

buttonImageMouseDown="images/down1.png" />

<iframe id="HTB" width="400" height="300"></iframe>