WebSpellChecker LLC, 38 Nauky Ave., Kharkiv, 61166, Ukraine, Tel.: +1 (917) 259-1071
Fax +1 (917) 259-1074. ©2000- WebSpellChecker LLC. All Rights Reserved.
Encrypted customerID is required to perform the migration. Encrypted customerID is provided in the registration email, sent to the customer after sign-up for WebSpellChecker.net account. It also can be obtained later in MyAccount section on WebSpellChecker.net web site.
Please choose one of the following update variants.
Modify CKEditor global configuration file (ckeditor/config.js). Add following line of code to the global editor configuration:
config.scayt_customerid="<customerid>";
CKEDITOR.editorConfig = function( config ) { config.scayt_customerid = '1:ua3xw1-2XyGJ3-GWruD3-6OFNT1-oXcuB1-nR6Bp4-hgQHc-EcYng3-sdRXG3-NOfFk'; };
Modify the page that contains CKEditor. Add following line to the editor initialization code:
CKEDITOR.config.scayt_customerid="<customerid>";
<script type="text/javascript"> CKEDITOR.config.scayt_customerid = "1:ua3xw1-2XyGJ3-GWruD3-6OFNT1-oXcuB1-nR6Bp4-hgQHc-EcYng3-sdRXG3-NOfFk"; CKEDITOR.replace('editor1'); </script>
or
<script type="text/javascript"> CKEDITOR.replace( 'editor1', { language: 'fr', scayt_customerid: "1:ua3xw1-2XyGJ3-GWruD3-6OFNT1-oXcuB1-nR6Bp4-hgQHc-EcYng3-sdRXG3-NOfFk" } ); </script>
Check the video “How to configure CKEditor and SpellCheckAsYouType plugin” on our YouTube channel.