메뉴 건너뛰기

조회 수 5403 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
1. 상단에 js 임포트
  <script type="text/javascript" src="../fckeditor/fckeditor.js"></script>

2. 입력할 칸에 에디터 맞춰서 이름지정
  <script type="text/javascript">
<!--
// Automatically calculates the editor base path based on the _samples directory.
// This is usefull only for these samples. A real application should use something like this:
// oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.
var oFCKeditor = new FCKeditor( 'contents' ) ;  //필드명
oFCKeditor.BasePath = "/fckeditor/" ;  //경로
oFCKeditor.Height = 250 ;   //높이
oFCKeditor.Create() ;
//-->
  </script>





상단 에디터 아이콘들 조정하려면 /fckeditor/fckconfig.js 에서
FCKConfig.ToolbarSets 부분에서 사용하지 않는것 빼주면 됨.

FCKConfig.DefaultLanguage 는 ko 로 ..

List of Articles
번호 제목 날짜 조회 수
167 'button', 클릭한 횟수 알아내기! file 2015.02.03 10763
166 'checkbox', 체크박스 모두체크 그리고 모두해제! file 2015.02.03 7492
165 'open', 새창을 열어보자! file 2015.02.03 6037
164 'opener', 부모창과 자식창의 텍스트를 교환하자! file 2015.02.03 7309
163 'setTimeout', 타이머를 사용하자! file 2015.02.03 7033
162 'blur', 이미지 클릭시 테두리를 없애자! file 2015.02.03 7362
161 'setInterval', 타이머를 사용하자! ==setTimeout 2015.02.03 6223
160 'onmouseover', 마우스 오버 효과 - 글씨 바꾸기! file 2015.02.03 9438
159 드롭다운 메뉴를 만들어보자! -1탄 file 2015.02.03 8171
158 '문자 ↔ 숫자', 타입을 바꿔보자! 2015.02.03 6207
157 배열의 리터럴 선언, 또다른 배열 선언 방법! 2015.02.03 6408
156 'Array', 배열 및 다차원 배열 선언에 대해 알아보자! 2015.02.03 11110
155 '레이블', 반복문을 제어하자! file 2015.02.03 5540
154 자바스크립트 이벤트 목록입니다. ( javascript event ) 2015.04.06 5596
153 jquery 메뉴 - 아래로 한번에 전체가 펼처짐 file 2015.04.06 11698
152 2단계 트리메뉴 마우스오버(mouseover), 온포커스(onfocus) 구현 2015.04.06 8222
151 선택된 데이터 부모창에 넘기기 (iframe ☞ 부모창) 2015.04.28 6614
150 선택(CheckBox) 된 Row 삭제 - 화면에서 추가된 Row 2015.04.28 13541
149 CheckBox 전체 선택 & 해제 2015.04.28 5587
148 location.href 로 새창 여는 방법 (target=_blank 효과) 2015.06.19 9407
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 13 Next
/ 13

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved