Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
713 views
in Plugins by


I need to plugin pbckcode

this is line:

http://ckeditor.com/addon/pbckcode

iam add this code in my file config.js

config.toolbarGroups = [
        { name: 'document', groups: [ 'mode'] }, // shows the source button
        { name: 'pbckcode' } ,                   // shows the pbckcode button
    ];
    config.extraPlugins = 'pbckcode';
 
and name plugin pbckcode in file ra-wysiwyg
 
"['RemoveFormat', 'pbckcode', 'Maximize']".
 
The icon has been added to the wysiwyg-editor, but it does not work
 

Please log in or register to answer this question.

...