mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
내용 직접 추가시 사용한 에디터컴포넌트가 제대로 동작하지 않던 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6262 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fd764005bd
commit
9336c5e28d
1 changed files with 4 additions and 0 deletions
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue