에지윅 webnote - 설치가 간편한 글 에디터
웹 & 안드로이드/HTML52014. 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> |
결과
'웹 & 안드로이드 > HTML5' 카테고리의 다른 글
[에러].submit() is not function - form 객체 submit()이 안될 때 (1) | 2014.05.18 |
---|---|
[Javascript] querySelector (0) | 2014.05.18 |
collie/jindo - 게임개발에 유용한 javascript 프레임워크 (0) | 2014.01.05 |
enchant.js - 스마트폰 게임개발을 위한 html5/JavaScript 기반 프레임워크 (0) | 2014.01.05 |
javascript json 맵 형태로 받았을때 키 이름을 출력하는 방법 (0) | 2013.12.01 |
댓글()