mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +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: [
|
||||
{ name: 'clipboard', groups: [ 'undo', 'clipboard' ] },
|
||||
{ name: 'editing', groups: [ 'find', 'selection' ] },
|
||||
{ name: 'links' },
|
||||
{ name: 'insert' },
|
||||
{ name: 'tools' },
|
||||
{ name: 'document', groups: [ 'mode' ] },
|
||||
{ name: 'others' },
|
||||
'/',
|
||||
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
|
||||
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },
|
||||
{ name: 'links' },
|
||||
{ name: 'styles' },
|
||||
{ name: 'colors' },
|
||||
{ name: 'others' },
|
||||
{ name: 'colors' }
|
||||
],
|
||||
allowedContent: true,
|
||||
removePlugins: 'stylescombo,language',
|
||||
removeButtons: 'Save,Preview,Print,Cut,Copy,Paste',
|
||||
removePlugins: 'stylescombo,language,bidi,flash,pagebreak',
|
||||
removeButtons: 'Save,Preview,Print,Cut,Copy,Paste'
|
||||
};
|
||||
|
||||
var XeCkEditor = xe.createApp('XeCkEditor', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue