html 편집기를 사용하고 싶어요

html 편집기를 사용하고 싶어요

QA

html 편집기를 사용하고 싶어요

본문

안녕하세요 

sub/test.php 파일을 만들었습니다^^


 

<?php
include_once('../common.php');
include_once('../head.php');
?>


<form name='test'>

여기에 그누보드에 있는 html 편집기를 사용하고 싶어요..

</form>


<?php
include_once('../tail.php');
?>


위에코드대로

설명부분을 textarea 만드어서
그누보드 html 편집기 툴을 사용하고 싶어요

어떻게 해야 하나요..

이 질문에 댓글 쓰기 :

답변 1


<?php
include_once('../common.php');
include_once('../head.php');
require_once G5_EDITOR_LIB;
?>
<form name='test' method="post" onsubmit="return f_submit()">
    <?php echo editor_html('wr_content', '', true); ?>
    <div>
    <button type="submit">확인</button>
    </div>
</form>
<script>
function f_submit() {
    <?php echo get_editor_js('wr_content'); ?>
}
</script>
<?php
include_once('../tail.php');
답변을 작성하시기 전에 로그인 해주세요.
전체 123,774 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT