mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
#1087 IE 호환성 문제 수정
This commit is contained in:
parent
33eeeb64b3
commit
a355ec4e9c
1 changed files with 3 additions and 3 deletions
|
|
@ -82,13 +82,13 @@
|
||||||
{ name: 'links' },
|
{ name: 'links' },
|
||||||
{ name: 'styles' },
|
{ name: 'styles' },
|
||||||
{ name: 'colors' },
|
{ name: 'colors' },
|
||||||
{ name: 'others' },
|
{ name: 'others' }
|
||||||
],
|
],
|
||||||
skin: '{$colorset}',
|
skin: '{$colorset}',
|
||||||
allowedContent: true,
|
allowedContent: true,
|
||||||
contentsCss: '{$content_style_path}/editor.css',
|
contentsCss: '{$content_style_path}/editor.css',
|
||||||
removePlugins: 'stylescombo,language',
|
removePlugins: 'stylescombo,language',
|
||||||
removeButtons: 'Save,Preview,Print,Cut,Copy,Paste',
|
removeButtons: 'Save,Preview,Print,Cut,Copy,Paste'
|
||||||
};
|
};
|
||||||
<!--@if($enable_component)-->
|
<!--@if($enable_component)-->
|
||||||
ckconfig.extraPlugins = 'xe_component';
|
ckconfig.extraPlugins = 'xe_component';
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
'ckconfig' : ckconfig,
|
'ckconfig' : ckconfig,
|
||||||
'content': jQuery('[name='+editor_content_key_name+']').val(),
|
'content': jQuery('[name='+editor_content_key_name+']').val(),
|
||||||
'primary_key': editor_primary_key_name,
|
'primary_key': editor_primary_key_name,
|
||||||
'content_key': editor_content_key_name,
|
'content_key': editor_content_key_name
|
||||||
});
|
});
|
||||||
|
|
||||||
var INS = pl.getInstance('{$editor_sequence}');
|
var INS = pl.getInstance('{$editor_sequence}');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue