#18576650 XpressEditor의 코드 정리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7081 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2009-12-30 05:22:33 +00:00
parent 72ca9d1ef6
commit 49843d39c5
2 changed files with 550 additions and 574 deletions

File diff suppressed because it is too large Load diff

View file

@ -23,25 +23,6 @@ function editorStart_xe(editor_sequence, primary_key, content_key, editor_height
jQuery("#xpress-editor-"+editor_sequence).val(saved_content);
}
/*
// remove procFilter
if(form.comment_srl){
form.onsubmit=function(){
var content = editorGetContent(editor_sequence);
editorRelKeys[editor_sequence]['content'].value = content;
insert_comment(form);
return false;
};
}else{
form.onsubmit=function(){
var content = editorGetContent(editor_sequence);
editorRelKeys[editor_sequence]['content'].value = content;
insert(form);
return false;
};
}
*/
// hide textarea
textarea.hide().css('width', '99%').before(iframe).after(htmlsrc);
@ -96,7 +77,7 @@ function editorStart_xe(editor_sequence, primary_key, content_key, editor_height
oEditor.registerPlugin(new xe.Hotkey());
oEditor.registerPlugin(new xe.XE_WYSIWYGStyler());
oEditor.registerPlugin(new xe.XE_WYSIWYGStyleGetter());
oEditor.registerPlugin(new xe.MessageManager(oMessageMap));
oEditor.registerPlugin(new xe.MessageManager(xe.XpressCore.oMessageMap));
oEditor.registerPlugin(new xe.XE_Toolbar(elAppContainer));
oEditor.registerPlugin(new xe.XE_XHTMLFormatter);