내용 직접 추가시 사용한 에디터컴포넌트가 제대로 동작하지 않던 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6262 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-04 05:20:21 +00:00
parent fd764005bd
commit 9336c5e28d

View file

@ -501,6 +501,10 @@
$body = base64_decode($args->body);
}
// 에디터컴포넌트 변경
$oEditorController = &getController('editor');
$body = $oEditorController->transComponent($body);
$widget_content_header = sprintf('<div %sstyle="overflow:hidden;%s"><div style="%s">', $args->id, $style, $inner_style);
$widget_content_body = $body;
$widget_content_footer = '</div></div>';