mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
회원/ 커뮤니케이션 모듈의 에디터 설정에서 컬러셋을 지정할 수 있게 하여 모듈 스킨과 잘 어울리는 에디터가 나타나도록 설정 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4985 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c400e919b7
commit
93f25957db
6 changed files with 20 additions and 4 deletions
|
|
@ -125,6 +125,7 @@
|
|||
$option->disable_html = true;
|
||||
$option->height = 300;
|
||||
$option->skin = $this->communication_config->editor_skin;
|
||||
$option->colorset = $this->communication_config->editor_colorset;
|
||||
$editor = $oEditorModel->getEditor($logged_info->member_srl, $option);
|
||||
Context::set('editor', $editor);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue