Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 7a739e4

Browse files
committed
Added maximize option to upper right
1 parent fe91b31 commit 7a739e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web/scripts/ckeditor/ckeditor/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CKEDITOR.editorConfig = function (config) {
1414
{ name: 'document', items : ['Source','-','Templates','-', 'SpellChecker' ] },
1515
{ name: 'clipboard', items : [ 'Cut','Copy','Paste','-','Undo','Redo' ] },
1616
{ name: 'basicstyles', items : [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] },
17+
{ name: 'max', items : [ 'Maximize' ] },
1718
'/',
1819
{ name: 'styles', items : [ 'Format','Font','FontSize', '-', 'TextColor','BGColor'] },
1920
{ name: 'paragraph', items : [ 'Outdent','Indent','-','Blockquote',

0 commit comments

Comments
 (0)