에디터 스킨중 textarea 스킨 제거하고 default스킨에 white_texteditor, black_texteditor 컬러셋을 추가하여 대체

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4801 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-07 11:28:24 +00:00
parent 593442dee9
commit 189785a312
8 changed files with 271 additions and 283 deletions

View file

@ -1,18 +0,0 @@
<!--// 스킨 css 로드 -->
<!--%import("css/editor.css")-->
<!--// 기본 js/언어파일 로드 -->
<!--%import("../../tpl/js/editor_common.js")-->
<!--%import("js/xe_interface.js")-->
<!-- 에디터 -->
<div class="xeTextareaEditor">
<textarea id="editor_{$editor_sequence}" class="inputTypeText" style="height:{$editor_height}px;" cols="10" rows="10"></textarea>
</div>
<!-- 에디터 활성화 -->
<script type="text/javascript">//<![CDATA[
editorStartTextarea({$editor_sequence}, "{$editor_content_key_name}", "{$editor_primary_key_name}");
//]]></script>