Here you can find a list of all available WSC Dialog parameters for CKEditor 4.0+ that can be used for the WSC configuration. Also, you may visit CKEDITOR configuration documentation.
This plugin reached its end-of-life date. The last usage date for the paid customers is December 2021. Read more in our blog post. Description: wsc_customLoaderScript parameter specifies a URL to the WSC Dialog script. wsc_customLoaderScript is intended for use only with the Server version of WSC Dialog. None Path to the wsc_fck2plugin.js script: "/virtual_directory/lf/22/js/wsc_fck2plugin.js" Path for the cloud version: https://svc.webspellchecker.net/spellcheck/lf/22/js/wsc_fck2plugin.js Example: Description: wsc_customerId parameter sets a customer ID for Cloud WSC Dialog. It is required for migration from the free, ad-supported version to paid, ad-free version. wsc_customerId is intended for use only with the Cloud version of WSC Dialog. A free version of WSC plugin is shipped with already predefined encrypted customer ID value. Example: Description: wsc_lang parameter sets a language short code of the default language that will be used for spell checking. en_US (American English) Example: Description: wsc_customDictionaryIds parameter specifies a custom dictionary ID that will be linked with WSC Dialog. None IDs of custom dictionaries separated with commas (' , '). Example: Description: wsc_userDictionaryName parameter predefines a specific user dictionary that will be used with SCAYT. None Any name of a user dictionary. Example: Description: wsc_cmd parameter sets an active tab which should be shown on the dialog opening. spell Example: Description: wsc_height parameter sets the height in pixels of WSC Dialog. Content-based Example: Description: wsc_width parameter sets the width in pixels of WSC Dialog. 580 Example: Description: wsc_top parameter sets a top margin value in pixels of WSC Dialog. Fixed position in the middle of the screen. Example: Description: wsc_left parameter sets a left margin value in pixels of WSC Dialog. Fixed position in the middle of the screen. Example:wsc_customLoaderScript
Parameter type: String Default value: Possible values: config.wsc_customLoaderScript = "https://your_host_name/virtual_directory/lf/22/js/wsc_fck2plugin.js";
wsc_customerId
Parameter type: String Default value: Possible values: encrypted-customer-id config.wsc_customerId = 'encrypted-customer-id';
wsc_lang
Parameter type: String Default value: Possible values: config.wsc_lang = 'de_DE';
wsc_customDictionaryIds
Parameter type: String Default value: Possible values: config.wsc_customDictionaryIds = '1,3001';
wsc_userDictionaryName
Parameter type: String Default value: Possible values: config.wsc_userDictionaryName = 'user_dictionary_name';
wsc_cmd
Parameter type: String Default value: Possible values: config.wsc_cmd = 'thes';
wsc_height
Parameter type: String Default value: Possible values: Any height size in pixels. config.wsc_height = 800;
wsc_width
Parameter type: String Default value: Possible values: Any width size in pixels. config.wsc_width = 800;
wsc_top
Parameter type: String Default value: Possible values: Any top margin value in pixels. config.wsc_top = 0;
wsc_left
Parameter type: String Default value: Possible values: Any left margin value in pixels. config.wsc_left = 0;