에지윅 webnote - 설치가 간편한 글 에디터

웹 & 안드로이드/HTML5|2014. 2. 12. 16:08

홈페이지 및 다운로드 http://www.phpwork.kr/

 

설치가 간편합니다.

 

홈페이지에 압축파일을 다운 받고,

 

 

 

 

webnote폴더를 프로젝트 폴더에 붙여 넣기 합니다.

 

 

추가해야 하는 코드

1
2
3
4
5
6
7
8
9
10
11
<html>
  <head>
    
  </head>
 
  <body>
    <script src="/webnote/webnote.js"></script>
    <textarea name="contents1" editor="webnote" 
                  tools="deny" style="height:250px;width:100%">본문내용</textarea>
  </body>
</html>

 

결과

 

 

 

 

댓글()