Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Arteneo
/
CKEditor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Authored by
Emil
2015-05-14 15:46:17 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e248de2b5fe6f13423f90393b2ac73fdc3fe713
4e248de2
1 parent
2f546519
okrojony ckeditor
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletions
config.js
config.js
View file @
4e248de
...
...
@@ -3,8 +3,24 @@
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR
.
editorConfig
=
function
(
config
)
{
CKEDITOR
.
editorConfig
=
function
(
config
)
{
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
config
.
toolbar
=
[
{
name
:
'document'
,
groups
:
[
'mode'
,
'document'
,
'doctools'
],
items
:
[
'Source'
,
'-'
,
'Save'
,
'-'
,
'Templates'
]},
{
name
:
'clipboard'
,
groups
:
[
'clipboard'
,
'undo'
],
items
:
[
'Cut'
,
'Copy'
,
'Paste'
,
'PasteText'
,
'PasteFromWord'
,
'-'
,
'Undo'
,
'Redo'
]},
{
name
:
'editing'
,
groups
:
[
'find'
,
'selection'
,
'spellchecker'
],
items
:
[
'Replace'
]},
'/'
,
{
name
:
'basicstyles'
,
groups
:
[
'basicstyles'
,
'cleanup'
],
items
:
[
'Bold'
,
'Italic'
,
'Underline'
,
'Strike'
,
'Subscript'
,
'Superscript'
,
'-'
,
'RemoveFormat'
]},
{
name
:
'paragraph'
,
groups
:
[
'list'
,
'indent'
,
'blocks'
,
'align'
,
'bidi'
],
items
:
[
'NumberedList'
,
'BulletedList'
,
'-'
,
'Outdent'
,
'Indent'
,
'-'
,
'Blockquote'
,
'CreateDiv'
,
'-'
,
'JustifyLeft'
,
'JustifyCenter'
,
'JustifyRight'
,
'JustifyBlock'
,
'-'
,
'BidiLtr'
,
'BidiRtl'
]},
{
name
:
'links'
,
items
:
[
'Link'
,
'Unlink'
,
'Anchor'
]},
{
name
:
'insert'
,
items
:
[
'Image'
,
'Flash'
,
'Table'
,
'HorizontalRule'
,
'Smiley'
,
'SpecialChar'
,
'PageBreak'
,
'Iframe'
]},
'/'
,
{
name
:
'styles'
,
items
:
[
'Format'
,
'Font'
,
'FontSize'
]},
{
name
:
'colors'
,
items
:
[
'TextColor'
,
'BGColor'
]},
{
name
:
'tools'
,
items
:
[
'Maximize'
,
'ShowBlocks'
]},
{
name
:
'others'
,
items
:
[
'-'
]},
{
name
:
'about'
,
items
:
[
'About'
]}
];
};
...
...
Please
register
or
login
to post a comment