mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
#1087 에디터 미리보기 문제 수정 및 toolbarCanCollapse 옵션 활성화
This commit is contained in:
parent
571ebc37d3
commit
82a833a60d
1 changed files with 3 additions and 2 deletions
|
|
@ -69,6 +69,7 @@
|
||||||
var ckconfig = {
|
var ckconfig = {
|
||||||
height: '{$editor_height}',
|
height: '{$editor_height}',
|
||||||
bodyClass: 'xe_content editable',
|
bodyClass: 'xe_content editable',
|
||||||
|
toolbarCanCollapse: true,
|
||||||
toolbarGroups: [
|
toolbarGroups: [
|
||||||
{ name: 'clipboard', groups: [ 'undo', 'clipboard' ] },
|
{ name: 'clipboard', groups: [ 'undo', 'clipboard' ] },
|
||||||
{ name: 'editing', groups: [ 'find', 'selection' ] },
|
{ name: 'editing', groups: [ 'find', 'selection' ] },
|
||||||
|
|
@ -121,8 +122,8 @@
|
||||||
// uploader
|
// uploader
|
||||||
$(function () {/**/
|
$(function () {/**/
|
||||||
var setting = {
|
var setting = {
|
||||||
maxFileSize: {$file_config->allowed_filesize},
|
maxFileSize: {$file_config->allowed_filesize || 'null'},
|
||||||
limitMultiFileUploadSize: {$file_config->allowed_filesize},
|
limitMultiFileUploadSize: {$file_config->allowed_filesize || 'null'},
|
||||||
};
|
};
|
||||||
var uploader = $('#xe-uploader-container-{$editor_sequence}').xeUploader(setting);
|
var uploader = $('#xe-uploader-container-{$editor_sequence}').xeUploader(setting);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue