mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
#1086 에디터 툴바 조정
This commit is contained in:
parent
8f17c5427d
commit
c93eaf583f
1 changed files with 5 additions and 5 deletions
|
|
@ -6,20 +6,20 @@
|
||||||
toolbarGroups: [
|
toolbarGroups: [
|
||||||
{ name: 'clipboard', groups: [ 'undo', 'clipboard' ] },
|
{ name: 'clipboard', groups: [ 'undo', 'clipboard' ] },
|
||||||
{ name: 'editing', groups: [ 'find', 'selection' ] },
|
{ name: 'editing', groups: [ 'find', 'selection' ] },
|
||||||
|
{ name: 'links' },
|
||||||
{ name: 'insert' },
|
{ name: 'insert' },
|
||||||
{ name: 'tools' },
|
{ name: 'tools' },
|
||||||
{ name: 'document', groups: [ 'mode' ] },
|
{ name: 'document', groups: [ 'mode' ] },
|
||||||
|
{ name: 'others' },
|
||||||
'/',
|
'/',
|
||||||
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
|
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
|
||||||
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },
|
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },
|
||||||
{ name: 'links' },
|
|
||||||
{ name: 'styles' },
|
{ name: 'styles' },
|
||||||
{ name: 'colors' },
|
{ name: 'colors' }
|
||||||
{ name: 'others' },
|
|
||||||
],
|
],
|
||||||
allowedContent: true,
|
allowedContent: true,
|
||||||
removePlugins: 'stylescombo,language',
|
removePlugins: 'stylescombo,language,bidi,flash,pagebreak',
|
||||||
removeButtons: 'Save,Preview,Print,Cut,Copy,Paste',
|
removeButtons: 'Save,Preview,Print,Cut,Copy,Paste'
|
||||||
};
|
};
|
||||||
|
|
||||||
var XeCkEditor = xe.createApp('XeCkEditor', {
|
var XeCkEditor = xe.createApp('XeCkEditor', {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue