Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit WP

Started by JDL at 09-10-2008 6:57 . Topic has 1 replies.

Print Search
Sort Posts:    
   09-10-2008, 6:57
JDL is not online. Last active: 02.10.2008 15:12:42 JDL

Not Ranked
Joined on 08-06-2008
Posts 0
Enable/Disable SpellCheck
Reply Quote
I'm using the EditorControl.Execute("editSpell(bool)") to turn SpellCheck on and off. This seems to work, but the button on the toolbar does change. Shouldn't this toggle the button based on the setting? If not, what method can I use to set it? Thanks
   Report 
   09-11-2008, 2:47
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: Enable/Disable SpellCheck
Reply Quote
Hello,

please try this:

editor.execute("editGetToolbar('TOP').getElementByTag('SPELL').setStatus(true/false)")

Regards,
Hans-Peter

   Report 
Pintexx Forum » Developer Produ... » pinEdit WP » Re: Enable/Disable SpellCheck