readme update on toolbar configuration

This commit is contained in:
Christian Thieme 2015-03-18 13:24:15 +01:00
parent 6480f33679
commit b5d1878ba6
1 changed files with 13 additions and 0 deletions

View File

@ -87,6 +87,19 @@ Optional
},
}
It is possible to create a custom toolbar ::
CKEDITOR_CONFIGS = {
'default': {
'toolbar': 'Custom',
'toolbar_Custom': [
['Bold', 'Italic', 'Underline'],
['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
['Link', 'Unlink'],
['RemoveFormat', 'Source']
]
}
}
Usage
-----