Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.4
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2011 at 07:05 UTC
Updated:
19 Jul 2012 at 06:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
mkesicki commentedDid you enabled this plugin on CKEditor profile configuration (below "all buttons") ?
Do you see any JavaScript errors in Firebug console ?
Can you attach zip with your plugin ?
Comment #2
chrisgross commentedI'm having what I think is the same problem.
On 7.x-1.3, my custom plugin showed up on the profile edit page, under "Plugins" and I was able to add to the textarea that configures the toolbar.
On 7.x-1.4, my custom plugin shows up on the profile edit page, under "Plugins," but there is no toolbar button for me drag onto the "used" toolbar, and since there is no textarea, I can't add it in manually. My button is not showing up in the toolbar one the node edit page at all, but that is probably because I installed 7.x-1.4 instead of upgrading, so the value never got set.
I am not seeing any js errors
Comment #3
mkesicki commentedPlease attach your plugin here (or send it in mail), so we can check what happens.
Comment #4
chrisgross commentedHere it is, a simple plugin.
I have confirmed the OP issue. I downgraded to 7.x-1.3, added the button via the config text field, then re-upgraded to 7.x-1.4. Now the button is there when editing the node, but never appears on the ckeditor profile config page.
Comment #5
dwieeb commentedSame problem: my plugin no longer shows up in the config page of CKEditor when I upgraded to 1.4.
Comment #6
mkesicki commented@chrisgross I added :
to your .module file and it works fine.
@dwieeb please compare attached file and changes with your plugin.
If you have more problems please reopen this ticket.
Comment #7
dwieeb commentedThanks, I didn't see the change in ckeditor.api.php. It works now.
Comment #8
chrisgross commentedThanks, it works well! That should definitely go in ckeditor.api.php, right?
Comment #9
mkesicki commented@chrisgross I commited changes to GIT. Please test it and give a note if everything works fine.
Comment #10
mkesicki commentedComment #11
chrisgross commentedIt all looks good from here.
Comment #12
dczepierga commentedI've add some more changes in ckeditor.api.php and README file.
Greetings
Comment #13
mkesicki commentedComment #14
anil_89 commentedHere I example that how we can a custom text (token ) in ckeditor,
use
hook_ckeditor_plugin()
for adding plugin see full example module
Comment #15
mkesicki commentedComment #16
dczepierga commented