Page 1 of 1

uncaught exception: [CKEDITOR.resourceManager.load] Resource

Posted: 24 Oct 2014, 14:59
by drakula
When i try and use ck editor i get the following error

uncaught exception: [CKEDITOR.resourceManager.load] Resource name "default" was not found

i have included

Code: Select all

<dependency>
		<groupId>org.primefaces.extensions</groupId>
		<artifactId>resources-ckeditor</artifactId>
		<version>2.1.0</version>
		</dependency>

		<dependency>
			<groupId>org.primefaces.extensions</groupId>
			<artifactId>primefaces-extensions</artifactId>
			<version>2.0.0</version>
		</dependency>
Also my code looks like

Code: Select all

<pe:ckEditor id="test" value="#{bean.sampletest}"
			width="400" height="400" widgetVar="editor"  checkDirtyInterval="0">
</pe:ckEditor>

Re: uncaught exception: [CKEDITOR.resourceManager.load] Reso

Posted: 24 Oct 2014, 15:19
by tandraschko
both versions must be the same

Re: uncaught exception: [CKEDITOR.resourceManager.load] Reso

Posted: 24 Oct 2014, 15:32
by drakula
I tried that as well

Re: uncaught exception: [CKEDITOR.resourceManager.load] Reso

Posted: 24 Oct 2014, 15:40
by tandraschko
No idea than, sorry.
Works fine in the showcase.