The forum operates in read-only mode. Please head to StackOverflow for support.
ericp wrote:Same problem here.I tried using this setting, but no difference:CKEDITOR.editorConfig = function( config ){ // Define changes to default configuration here. For example: //config.language = 'ru'; // config.uiColor = '#AADC6E'; config.baseHref = 'http://mysite.com/admin/js/ckeditor/';};We need this to work with SSL! ANy ideas out there?
yavin wrote:You can use the removePlugins config entry to remove the SCAYT plugin. This should do the trick: CKEDITOR.replace("editor", { removePlugins: "scayt" });
CKEDITOR.replace("editor", { removePlugins: "scayt" });
Re: CKEditor 3.0 doesn't work properly on SSL-encrypted pages
Come on - nobody else uses CKEditor 3.0 on SSL-encrypted pages?
Re: CKEditor 3.0 doesn't work properly on SSL-encrypted pages
Re: CKEditor 3.0 doesn't work properly on SSL-encrypted pages
Re: CKEditor 3.0 doesn't work properly on SSL-encrypted pages
Also looking for a solution on this.
Andy
Re: CKEditor 3.0 doesn't work properly on SSL-encrypted pages
Does anyone know whether there's a chance for this to get fixed (possibly with 3.0.2)?
Re: CKEditor 3.0 doesn't work properly on SSL-encrypted pages
Re: CKEditor 3.0 doesn't work properly on SSL-encrypted pages
https
Re: CKEditor 3.0 doesn't work properly on SSL-encrypted pages
http://dev.fckeditor.net/ticket/4065