Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor fixes.

...

Code Block
languagejs
themeEmacs
config.wsc_customLoaderScript = "http(s)://your_host_name/wscservice/lf/22/js/wsc_fck2plugin.js";
  • Define additional WSC Dialog parameters, for example, change the default language, adjust dialog view, and othersother options. 
Code Block
languagejs
themeEmacs
config.wsc_lang = 'de_DE';
config.wsc_height = 800;
config.wsc_width = 800;

...