Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Doesn't seem to work with inline contenteditable block #5

Open
karellm opened this issue Jul 16, 2013 · 0 comments · May be fixed by #14
Open

Doesn't seem to work with inline contenteditable block #5

karellm opened this issue Jul 16, 2013 · 0 comments · May be fixed by #14

Comments

@karellm
Copy link

karellm commented Jul 16, 2013

Hi,

I tried to use the plugin with a <div contenteditable="true"> and I get the following error: Uncaught TypeError: Cannot read property '$' of null.

I tried both by letting ckeditor loading the editor and manually setting it like so:

$('#inlineeditor').attr('contenteditable', 'true')
CKEDITOR.inline( 'inlineeditor', {extraPlugins: 'floating-tools'} )

Any idea? Is it supported?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant