|
|
pinEdit WP
Started by JDL at 09-10-2008 6:57 . Topic has 1 replies.
 
 
|
|
Sort Posts:
|
|
|
|
09-10-2008, 6:57
|
JDL
Joined on 08-06-2008
Posts 0
|
Enable/Disable SpellCheck
|
|
|
|
|
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
Joined on 08-30-2005
Posts 1.910
|
Re: Enable/Disable SpellCheck
|
|
|
|
|
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
|
|
|
|