javascript - not able to add docprops plugin to ckeditor toolbar -


I am using ckeditor 4.3.4. I have downloaded a plug-in called Dopprop with dependency.

But when I add to the toolbar, the button is not displayed.

I use Toolbar like this

  config.toolbar = [{name: "document", group: ['mode', 'document', ' Doctor '', items: ['source', '-', 'save', 'newpage', 'preview', 'print', '' '' cut ',' copy ',' paste ',' pastetext ' '' ['Clipboard', '' 'clipboard', 'undo'], ['search', 'substitution', '-' 'pastefromed', '', pasteformword '', 'template']}, {name: ',' ',' Undo ',' phiro ']}, {name:' edit ', group: [' search ',' selection ',' spell-checker ' ], 'Select', '-', 'skate']}, {name: 'form', item: ['form', 'checkbox', 'radio', 'textfield', 'textera', 'selection ',' ['Bold', 'italic', 'underline' button, 'italic', 'image button', 'hillfield']}, '/', {name: 'basic style', group: ['basic style' , 'Cleanup'], 'strike', 'subscript', 'superscript', '-', 'RemoveFormat']}, {name: 'paragraph', group: ['list', 'indent', 'block' , 'Align', 'bidi'], items: ['numbered list', 'bulleted list', '-', 'outdent', ' 'Justify', 'Justify' ',' Justify ',' JustifyBlock ',' - ',' Bitilter ',' BDRRL ',' ',' '' ',' Block ',' Creativiv ',' - ',' Justify Left ' Language: ['Image', 'Flash', 'Table'], [name: 'link', item: ['link', 'unlink', 'anchor']}, {name: 'insert' , 'Style', item: ['styles', 'format', 'font', 'horizontal rule', 'smile', 'specialture', 'pagerac', 'isam']}, '/', {name: 'style' 'Names' ['text', 'text', 'bg color']}, {name: 'device',} Tum: ['Maximize', 'ShowBlock']}, {['-']}, {Name: 'About', Item: [About ']}, {Name:' Fic Plugin ', Item : ['Fixed functions', 'base64 image']}, {name: 'fakeplugin1' item: ['docprops']}   

];

But if I do not use this configuration then it is coming but I am not able to add my additional plugins

The name of the button is 'DocProps' , not 'Docprops' .

Also see:

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -