@Shawn, I concede the point - the CKE context menu is useful for the majority of users.
Re. spell checker - CKE is disabling the browser spell checker and enabling its own by default. I can't see a good reason to do that, and plenty of reasons why it's a bad idea - mainly that it will confuse users because they expect to see the browser spell checker. Here's the code to achieve that:
Re. spell checker - CKE is disabling the browser spell checker and enabling its own by default. I can't see a good reason to do that, and plenty of reasons why it's a bad idea - mainly that it will confuse users because they expect to see the browser spell checker. Here's the code to achieve that:
Code:
define('GSEDITOROPTIONS',
"
disableNativeSpellChecker : false,
removePlugins : 'scayt'
");