Hiding the spell check button

HelenaG Grulichova asked on July 18, 2011 01:51

Hiding the spell check button

Correct Answer

HelenaG Grulichova answered on July 18, 2011 01:51

For disabling of the spell check option please set the "ShowSpellCheck" property of the editmenu in the file ~\CMSModules\Content\CMSDesk\Edit\EditMenu.aspx to "false". This disables the button in CMSDesk. If you want to hide this button on a User Contribution, you should be able to apply the same approach on the file ~\CMSModules\Content\Controls\UserContributions\EditForm.ascx.

-bp-
0 votesVote for this answer Unmark Correct answer

Recent Answers


Stefan Lorenz answered on July 3, 2014 08:35

Is there a solution for v8? EditMenu.aspx isn't existing anymore and setting ShowSpellCheck in the <cms:Editmenu/> in Edit.aspx instead doesn't do anything.

0 votesVote for this answer Mark as a Correct answer

Jan Hermann answered on July 7, 2014 03:13

You can simply comment out the line 1020 from the \CMS\CMSModules\Content\Controls\EditMenu.ascx.cs file:

// AddAction(spellcheck);

Best regards,
Jan Hermann

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.