textarea 에디터 스킨 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3553 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-21 09:20:41 +00:00
parent a2855cd75f
commit 805b50e5b5
7 changed files with 61 additions and 4 deletions

View file

@ -305,7 +305,7 @@ function procFilter(fo_obj, filter_func) {
// form문 안에 위지윅 에디터가 세팅되어 있을 경우 에디터의 값과 지정된 content field를 sync
var editor_sequence = fo_obj.getAttribute('editor_sequence');
if(typeof(editor_sequence)!='undefined' && editor_sequence && typeof(editorRelKeys)!='undefined') {
editorRelKeys[editor_sequence]['content'].value = editorGetContent(editor_sequence);
editorRelKeys[editor_sequence]['content'].value = editorGetContent(editor_sequence);
}
filter_func(fo_obj);