Differences

This shows you the differences between two versions of the page.

3rd:wysiwyg:fckeditor:wschck3hp [2009/10/21 02:11] (current)
Line 1: Line 1:
 +[[3rd:|<<Back]]
 +====== WSC plug-in for CKEditor 3.0. Hosted version ======
 +
 +Encrypted customerid is required to perform migration from free to paid version. Encrypted customerid is provided in the registration email sent to customer after sign-up for SpellChecker.net account.
 +
 +===== Please modify the page that contains CKEditor =====
 +Following string of code should be added to the editor initialization code:
 +
 +<code javascript>
 +CKEDITOR.config.wsc_customerId="<customerid>";
 +</code>
 +
 +==== Example ====
 +<code javascript>
 +<script type="text/javascript">
 +
 +    CKEDITOR.config.wsc_customerId = "1:ua3xw1-2XyGJ3-GWruD3-6OFNT1-oXcuB1-nR6Bp4-hgQHc-EcYng3-sdRXG3-NOfFk";
 +
 +</script>
 +
 +</code>