| 
		
	 | 
	
	
	
		Rank: Member Groups: Member
 
 
Joined: 2/3/2009 Posts: 28 
	 | 
		   
	     
		    How do I add and get an event to trigger after spell checker is done checking spelling?
  I tried to add OnUnload="JobCustSummaryUpdate" to the spellchekcer but getting the following error "'JobCustSummaryUpdate' is not a member of 'ASP.workorderedit_aspx'."
  any help greatly appreciated. 
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  You will need to handle the SpellCheckerDialog's ClientSideOnEnd event. The property takes a JavaScript function name.
  Thanks!
		 
	 | 
 | 
	
	
	
		Rank: Member Groups: Member
 
 
Joined: 2/3/2009 Posts: 28 
	 | 
		   
	     
		    I don't have such event... The only ClientSide events I see are: ClientSideOnCorrectError ClientSideOnError ClientSideOnEvalVar ClientSideOnLoad ClientSideOnUnload
  I tried the ClientSideOnUnload and it did not work either.
		 
	 | 
 |