Spell Checker addon?

Greetings to all,

Anyone know if there is a spell check addon for RT?

Please let me know and Thanks!

Tom

Greetings to all,

Anyone know if there is a spell check addon for RT?

Please let me know and Thanks!

Tom

I would recommend usign Firefox with the Mozex extension.

http://mozex.mozdev.org/index.html

Greetings to all,

Anyone know if there is a spell check addon for RT?
Please let me know and Thanks!
Tom
I use Wboss+aspell-0.6x which integrates rather smoothly and works well.

Joop

Joop van de Wege JoopvandeWege@mococo.nl

Greetings to all,

Anyone know if there is a spell check addon for RT?
Please let me know and Thanks!
Tom
I use Wboss+aspell-0.6x which integrates rather smoothly and works well.

How did you integrate with RT? Would you be kind enough to post the
steps in the wiki page?

Thanks

Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
“…there are two kinds of people: those who work and those who take the credit…try
to be in the first group;…less competition there.” - Indira Gandhi

Greetings to all,

Anyone know if there is a spell check addon for RT?
Please let me know and Thanks!
Tom
I use Wboss+aspell-0.6x which integrates rather smoothly and works well.

How did you integrate with RT? Would you be kind enough to post the
steps in the wiki page?
Get the Wboss package and install it into your cgi-bin directory of your
RT webserver, I use Apache. Install Aspell 0.60-2 or higher (lower has
problems on Solaris) and a language. Point Wboss to the correct Aspell
locations and modify Update.html with the following:

 

Insert this piece of text just after this:
<& /Elements/Header, Title => $title &>
<& /Ticket/Elements/Tabs,
Ticket => $TicketObj,
Title=> $title &>

WATCH OUT:
I have entered document.domain=“yourdomain.com” because of cross-site scripting protection.
Might not be needed. Check this.
Further adjust the action=“http:…”
If you want more locations with a SpellCheck button then you must
adjust the following lines:
document.send.form.value = “TicketUpdate”;
document.send.field.value = “UpdateContent”;
with the correct form and field values, see also Wboss documentation.

Good luck,

Joop

Joop van de Wege JoopvandeWege@mococo.nl