Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
810
Header text
posted

Hi,

 

I have a spell checker.

<ig_spell:WebSpellChecker ID="WebSpellChecker6" runat="server" ButtonId="btnSpell" AutoPostBackFlags-SpellCheckComplete="true" TextComponentId="txtNote" onspellcheckcomplete="WebSpellChecker2_SpellCheckComplete" StyleSetName="" StyleSetPath="" StyleSheetDirectory="">

 

 

 

<SpellOptions><PerformanceOptions AllowCapitalizedWords="False" />

 

 

 

</SpellOptions>

 

 

 

<DialogOptions ShowNoErrorsMessage="True" Modal="true" SpellCheckText="Spell Check" />

 

 

 

</ig_spell:WebSpellChecker>

 

 

How can I set the header text of the displayed modal pop up window to "Spell Check".

Right now it is displayed as 'web dialog page'.

 

Thanks