Title Back Colour Keyoti Title Line Title Curve
Blue Box Top

Limit spell checking to only textarea ? - RapidSpell Web ASP.NET - Forum

Welcome Guest Search | Active Topics | Log In | Register

Options
RobinH
#1 Posted : Friday, January 14, 2022 10:44:37 PM
Rank: Newbie

Groups: Registered

Joined: 1/12/2022
Posts: 2
Location: Albany, OR
I have been reading through the documentation and have done some searching in the forums but I haven't been able to find if there is a built in way to limit the spell checking to only textarea fields.

Is there a way to do that?

I have the system integrated into my application and am working on testing now but I'm running into some issues. I was hoping that limiting to only textareas might simplify things.
Jim
#2 Posted : Monday, January 17, 2022 7:36:51 PM
Rank: Advanced Member

Groups: Administrators, Registered

Joined: 8/13/2004
Posts: 2,667
Location: Canada
You can either specifically mark specific textareas to be spell checked

<textarea class='rsw_spellable' .....></textarea>

you can add rsw_spellable to existing class attributes too, eg.

<textarea class='someclass rsw_spellable' .....></textarea>


You can instead disable in JS

rapidSpell.ayt_ignoreTextBoxIds[rapidSpell.ayt_ignoreTextBoxIds.length] = 'textBox1'; //where textBox1 is the id attribute of a textbox

or

<input type='text' ... nospell="true"/>

Hope that helps
Jim

-your feedback is helpful to other users, thank you!


Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.




About | Contact | Site Map | Privacy Policy

Copyright © 2002- Keyoti Inc.