묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
확장변수에 위지웍 에디터를 추가하려고 하는데요. 도와주세요 ㅠㅠ
2014.01.07 14:28
// texteditor
case 'texteditor' :
$oEditorModel = &getModel('editor');
// 에디터 스킨 목록을 구함
Context::set('editor_skin_list', $oEditorModel->getEditorSkinList());
// 에디터를 받음
$option->primary_key_name = $column_name ;
$option->content_key_name = $column_name ;
$option->allow_fileupload = false;
$option->enable_autosave = true;
$option->enable_default_component = true;
$option->enable_component = true;
$option->resizable = true;
$option->height = 300;
$option->skin = "default";
$editors = $oEditorModel->getEditor($row[$column_name], $option);
$buff .=
'<input type="hidden" name="' . $column_name . '[]" value="' . htmlspecialchars($row[memo]) . '">' .
$editors;
break;
팁게 찾아서 root/ classes/extravar/Extravar.class.php 이걸 열어서 수정했습니다.
그런데 아래처럼 에디터가 활성화 되질 않네요. ㅠㅠ 제가 초보라 그냥 붙여넣기 해서 그런가-_ㅜ
문제점좀 잡아주시면 감사하겠습니다

태그 연관 글
- [2017/09/25] 묻고답하기 크롬에서 ckeditor 붙여넣기가 이상합니다. ㅠ *4
- [2017/08/04] 묻고답하기 메모장으로 php 파일 수정 후 모바일에서 메뉴 깨짐 현상 *1
- [2017/06/17] 묻고답하기 contentextended 사용자정의 출력 시, select type 은 array 이로 나옵니다.
- [2016/12/05] 묻고답하기 혹시 표 작업 깔끔히 잘 되는 에디터툴 있을까요.
- [2016/11/24] 묻고답하기 아무리 검색해도 모르겠네요. 에디터 문제 부탁드립니다. *1