Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#9980 closed New Feature (invalid)

'Source' and 'SpellChecker' are not shown in editor's toolbar.

Reported by: abua Owned by:
Priority: Normal Milestone:
Component: UI : Source View Version: 4.0
Keywords: Cc:

Description

Hello, I have added following toolbar in config.js for inline editing in div with attribute contenteditable="true", but icons for 'Source' is not shown in editor's toolbar in the browser.

config.toolbar = 'myToolbar'; config.toolbar_myToolbar = [ { name: 'styles', items: ['Font', 'FontSize'] }, { name: 'colors', items: ['TextColor', 'BGColor'] }, { name: 'styles', items: Format? }, { name: 'document', items: Source? }, { name: 'editing', items: ['Find', 'SpellChecker'] }, '/', { name: 'basicstyles', items: ['Bold', 'Italic', 'Underline', 'Strike'] }, { name: 'paragraph', items: ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] }, { name: 'paragraph', items: ['NumberedList', 'BulletedList'] }, { name: 'paragraph', items: ['Outdent', 'Indent'] }, { name: 'links', items: ['Link', 'PasteFromWord', 'Blockquote'] } ];

Is Source icon is valid for inline editing or I need to do some other stuffs?

Attachments (1)

editor-toolbar-ui.jpg (87.9 KB) - added by abua 11 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 11 years ago by abua

Version: 4.0.14.0

Changed 11 years ago by abua

Attachment: editor-toolbar-ui.jpg added

comment:2 Changed 11 years ago by Jakub Ś

Keywords: Source icon removed
Resolution: invalid
Status: newclosed
  1. You need to download ckeditor full, standard or with plugins of your selection (http://ckeditor.com/builder) to get spellcheck.
  1. Source mode for inline is not yet available - #9713

comment:3 in reply to:  2 Changed 11 years ago by abua

Thanks.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy