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>

+ Recent posts