mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
parent
86b3caa28f
commit
17c9398df6
1 changed files with 0 additions and 6 deletions
|
|
@ -62,12 +62,6 @@
|
||||||
var insance = CKEDITOR.appendTo($containerEl[0], ckeconfig, $contentField.val());
|
var insance = CKEDITOR.appendTo($containerEl[0], ckeconfig, $contentField.val());
|
||||||
$containerEl.data('cke_instance', insance);
|
$containerEl.data('cke_instance', insance);
|
||||||
|
|
||||||
insance.on('change', function(e){
|
|
||||||
if($contentField.length){
|
|
||||||
$contentField.val(e.editor.getData());
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
window.editorRelKeys[data.editorSequence] = {};
|
window.editorRelKeys[data.editorSequence] = {};
|
||||||
window.editorRelKeys[data.editorSequence].primary = $form.find('[name='+data.editorPrimaryKeyName+']')[0];
|
window.editorRelKeys[data.editorSequence].primary = $form.find('[name='+data.editorPrimaryKeyName+']')[0];
|
||||||
window.editorRelKeys[data.editorSequence].content = $form.find('[name='+data.editorContentKeyName+']')[0];
|
window.editorRelKeys[data.editorSequence].content = $form.find('[name='+data.editorContentKeyName+']')[0];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue