Basic Static Inline

When RapidSpellWInline is working with a plain textarea or input field, it works in ‘static’ mode. This

means that underlines are shown as an overlay over the text box. This is the most compatible mode of

operation and works with all modern browsers (Internet Explorer 5+, Netscape 6+, Firefox 1, Opera, and

Safari on the PC and Mac). To work with a textbox the textComponentID attribute in RapidSpellWInline

must be set to that of the text box.

Code Example From RSWI-Static.jsp

<textarea id="tb1" cols="30" rows="5" style="font-family: Verdana,

Sans-Serif; font-size:11pt;">A regular plain textarea!</textarea>

<RapidSpellWeb:rapidSpellWInline

textComponentID="tb1"

id="rswi1"

/>