mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
textarea 에디터 스킨 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3553 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a2855cd75f
commit
805b50e5b5
7 changed files with 61 additions and 4 deletions
19
modules/editor/skins/textarea/editor.html
Normal file
19
modules/editor/skins/textarea/editor.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!-- 스킨 css 로드 -->
|
||||
<!--%import("css/editor.css")-->
|
||||
|
||||
<!-- 기본 js/언어파일 로드 -->
|
||||
<!--%import("../../tpl/js/editor_common.js")-->
|
||||
<!--%import("js/xe_interface.js")-->
|
||||
|
||||
<!-- 에디터 활성화 -->
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
xAddEventListener(window,'load', function() { editorStartTextarea({$editor_sequence}, "{$editor_content_key_name}", "{$editor_primary_key_name}"); });
|
||||
//]]></script>
|
||||
|
||||
|
||||
<!-- 에디터 -->
|
||||
<div class="xeTextareaEditor">
|
||||
<textarea id="editor_{$editor_sequence}" class="inputTypeText" style="height:{$editor_height}px;" cols="40" rows="10"></textarea>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue