X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Ftoolbar%2Fplugin.js;h=5287752d62ab60b027d5d884598ec90a30aae3d3;hp=a936df595648f3b52f68d672c8a7d3335fbb0be3;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hpb=9873d66421922c7aef8be0f5d2ab51e547b19e66 diff --git a/_source/plugins/toolbar/plugin.js b/_source/plugins/toolbar/plugin.js index a936df5..5287752 100644 --- a/_source/plugins/toolbar/plugin.js +++ b/_source/plugins/toolbar/plugin.js @@ -415,6 +415,7 @@ CKEDITOR.config.toolbar_Basic = * ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], * ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], * ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], + * ['BidiLtr', 'BidiRtl' ], * ['Link','Unlink','Anchor'], * ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'], * '/', @@ -433,7 +434,7 @@ CKEDITOR.config.toolbar_Full = ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BidiLtr', 'BidiRtl'], + ['BidiLtr', 'BidiRtl' ], ['Link','Unlink','Anchor'], ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'], '/',