#1087 IE 호환성 문제 수정

This commit is contained in:
bnu 2015-03-05 17:25:23 +09:00
parent 33eeeb64b3
commit a355ec4e9c

View file

@ -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}');