Opened 13 years ago
Last modified 13 years ago
#8884 assigned defect
Tweak toolbars to include only supported commands & elements
Reported by: | Itamar Oren | Owned by: | Itamar Oren |
---|---|---|---|
Priority: | high | Component: | CkEditorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
The current implementation uses the default CKEditor toolbar, that contains many rich features that sometimes are relevant only to pure HTML content, and on the other hand excludes features that are wiki-specific.
See as reference the BBCode plugin for CKEditor: file:///C:/Users/EdanM/projects/eclipse/ckenv/htdocs/js/ckeditor/_samples/bbcode.html
Attachments (2)
Change History (5)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
Changed 13 years ago by
sample CKEditor configuration file with less buttons
Changed 13 years ago by
Attachment: | CKEditor.png added |
---|
presentation of CKEditor with sample configuration
comment:2 Changed 13 years ago by
the important thing in the configuration file is this line:
config.toolbar = 'Custom';
Much nicer would be if it could be parametrized in trac.ini
. In a future version you could have different toolbars and show them depending on the rights the authenticated user has.
comment:3 Changed 13 years ago by
Isn't this be done by configuring CKEditor's config.js
file? For sample configuration see config.js.sample.
Used local link by mistake, and can't edit description... Correct link for BBCode reference: http://nightly.ckeditor.com/7035/_samples/bbcode.html