Dynamic And As You Type Inline

To enable ‘dynamic’ (which means that the text will be editable AND underlined) checking, a

RapidSpellWInlineTextBox must be used. To go further and enable ‘as you type’ checking, just set

checkAsYouType="true" in RapidSpellWInline.

Code Example From RSWI-AsYouType.jsp

<form>

<RapidSpellWeb:rapidSpellWInlineTextBox id="rswitb1"

width="300" height="300"

>I'm as yuu typed</RapidSpellWeb:rapidSpellWInlineTextBox>

<RapidSpellWeb:rapidSpellWInline

id="rswi1"

textComponentID="rswitb1"

checkAsYouType="true"

showButton="false"

/>

</form>

Code Example Setting Style From RSWI-DynamicWithStyle.jsp

<RapidSpellWeb:rapidSpellWInlineTextBox id="rswitb1"

width="300" height="300"

styleFontFamily="Batang, Garamond, Serif"

styleFontSize="14pt"

styleBackColor="#ccffff"

styleBorderStyle="dotted"

styleBorderWidth="1"

styleBorderColor="black"

>This shows some of the style settings available with the dynamic

text box, and non as you type mode.</RapidSpellWeb:rapidSpellWInlineTextBox>

<RapidSpellWeb:rapidSpellWInline

id="rswi1"

textComponentID="rswitb1"

showButton="true"