테스트 사이트 - 개발 중인 베타 버전입니다

CKEDITOR 에디터 적용 방법

· 12년 전 · 15171
[code]
<?php
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_PATH.'/head.sub.php');
?>
...
<form method="post" onsubmit="return form_submit(this);">
<?=editor_html('unique_editor_id', '내용');?>
</form>
...
<script>
function form_submit(f)
{
<?=get_editor_js("unique_editor_id");?>
return true;
}
</script>
<?
include_once(G4_PATH.'/tail.sub.php');
?>
[/code]

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
121
115
112
104
94
93
87
76
70
65
59
37
31
30
15
1