HTC for rainEditor v 10(위즈윅 웹편집기)
--------------------------------------------------------------------------------
- Install files & The Code
레인에디터 HTC 서비스를 위해서는 몇가지 파일이 필요합니다.
1. [ bindings.xml ]- FireFox 용 HTC binding file
2. [ moz-behaviors.xml ] - FireFox 용 HTC behaviors
3. [ raineditor.htc ]- 레인에디터 HTC 파일
4. 당 서비스는 비상업용 사이트에서는 이용가능하나 상업용 사이트는 사용을 불허합니다.
<script TYPE="text/JavaScript" LANGUAGE="JavaScript1.2"
SRC="http://file.cafen.net/editor/prototype.js"></script>
<script TYPE="text/JavaScript" charset="euc-kr" LANGUAGE="JavaScript1.2"
SRC="http://file.cafen.net/editor/rain_util.js"></script>
<script TYPE="text/JavaScript" LANGUAGE="JavaScript1.2"
SRC="http://file.cafen.net/editor/swfupload.js"></script>
<script TYPE="text/JavaScript" charset="utf-8" LANGUAGE="JavaScript1.2"
SRC="http://file.cafen.net/editor/xmlhttp.js"></script>
<script TYPE="text/JavaScript" charset="euc-kr" LANGUAGE="JavaScript1.2"
SRC="http://file.cafen.net/editor/RainEditor_v10s.js"></script>
<style>
.raineditor {
behavior: url(/HTCCSS/raineditor.htc); /* for IE */
-moz-binding: url(/HTCCSS/bindings.xml#raineditor.htc); /* for FireFox */
}
</style>
- 짧은 메모형 에디터
<textarea name=contents01 class="editorhtc" skin=blue toolbar=small canbenull=true width=450 height=100>
<font size=3>에디<u>터</u> <b>테</b>스</font>터
</textarea>
- 단순형 에디터
<textarea name=contents01 class="editorhtc" skin=black toolbar=simple canbenull=true width=550 height=200>
<font size=3>에디<u>터</u> <b>테</b>스</font>터
</textarea>
- 무첨부 에디터
<textarea name=contents01 class="editorhtc" skin=black toolbar=simple canbenull=true width=550 height=200>
<font size=3>에디<u>터</u> <b>테</b>스</font>터
</textarea>
- 기본형 에디터
<textarea name=contents01 class="editorhtc" skin=gray toolbar=base canbenull=true width=550 height=200>
<font size=3>에디<u>터</u> <b>테</b>스</font>터
</textarea>
- 고급형 에디터
<textarea name=contents01 class="editorhtc" skin=whitenblack toolbar=full canbenull=true width=550 height=200>
<font size=3>에디<u>터</u> <b>테</b>스</font>터
</textarea>
"Java Script" 카테고리의 다른 글
[2007/12/05] 웹에디터 모듈 제공 업체 [2007/12/27] 주민번호 / 사업자번호 / 법인번호 체크 (부가로 전... [2008/01/09] 서서히, 천천히 나타나는 그림 [2007/12/24] 내 글 복사하면 내용이 더 붙어여~ (IE 전용) [2008/06/17] 자바 스크립트를 이용한 트리메뉴 [2008/10/08] [JavaScript] IE6 웹에서 png 투명파일... [2007/12/21] 유효성 검사 툴팁 (innerHTML) [2008/03/25] JavaScript 정규식

rainhtcEdit.zip


댓글을 달아 주세요