[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]
<?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 |
스크린리더
온라인 서식 필수 입력 안내
2
|
| 59 |
자바스크립트
사이드뷰 웹 접근성 개선 내역
2
|
| 37 | |
| 31 | |
| 30 |
자바스크립트
게시판 글쓰기 시 파일첨부 수정 사항
3
|
| 15 |
스크린리더
로그인 중일 경우 알림 기능
5
|
| 1 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기