﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10921	ckeditor api used in 3.6.2 does not work in cke 4.0	Rajasimhan		"We are developing a custom plugin that has to work in both cke 3.6.3 and cke 4.0. But a particular line of code throws a js error in cke 4.0 while it works in cke 3.6.2. The line is shown below.

css : editor.skin.editor.css.concat( config.contentsCss ),

However when i replace the above line with the following line in cke 4.0 it works fine in cke 4.0. But the below line does not work in cke 3.6.2

css: [config.contentsCss, CKEDITOR.getUrl(CKEDITOR.skin.getPath('editor') + 'editor.css')],

Why is the code used in 3.6.3 not working in cke 4.0? I could not find editor.skin property in cke 3.6.2 documentation. 

Can you suggest a code that works in both cke 3.6.2 and cke 4.0?

Thanks
Rajasimhan



"	Bug	closed	Normal		General	4.0	invalid	Oracle	pramod.agrawal@… bharathi.mani@… senthil.kumaran@…
