There is a spell checker function that you can build inside of remedy
using ole that is pretty easy to use.  Someone sent out a active link
with the information a couple of weeks ago using that.  I think that is
the easiest way to use it.  I took that filter and put it in my system
and tweaked it and it is working for me. 


Kevin Begosh, RSP
External Initiatives
System Design & Integration 
301-791-3540 Phone
410-422-3623 Cell
[EMAIL PROTECTED]

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of manuj chauhan
Sent: Thursday, August 07, 2008 1:27 AM
To: [email protected]
Subject: Spell Checker with mid-tier Version 7.0.01

**
hi
I am using a third party spell checker with remedy mid tier.
i am using JavaScript to open that spell checker integrated with ASP.net
my remedy window on click of the spell checker calls run process to open
up the spell checker
 
here is the JavaScript function

function runSpellCheck()
{
        var
objtext=window.opener.document.getElementById("<%=fieldID1%>");
    
    document.getElementById("textBox1").value=objtext.value;
    window.focus();    
    

}

function refreshClient()
{
    window.opener.document.getElementById("<%=fieldID1%>").value =
document.getElementById("textBox1").value;

    window.opener.document.getElementById("<%=fieldID1%>").focus();
    window.close(); 

}

i am facing a problem that it is not saving the changes made by the
spell checker and the remedy window is not able to trace the focus sent
by the JavaScript due to which it only displays the change and when
focus of the field is lost again the wrong spelling returns back that
was keyed down.

regards
Manuj Chauhan

__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
html___ 

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to