티스토리 뷰

Tools/CKEDITOR

ckeditor 사용법 및 파일

싸드 2012. 7. 20. 11:01

ckeditor-java-core-3.5.3.jar


http://ckeditor.com/ 을 통해서 CKEditor최신버전을 다운받을수 있다 폴더추가 및 lib를 추가한다 ckeditor 폴더 추가시 사용법과 자르파일 추가시 사용법 두가지가 있다
1.폴더 추가시 사용방법






2.태그를 사용한 사용법
<%@ taglib uri="http://ckeditor.com" prefix="ckeditor" %>


3. ckeditor 내용 체크
var txt = CKEDITOR.instances.cont;

frm.cont.value = $.trim(txt.getData());

 if(!EmptyCheck(frm.cont.value, "내용")){
			frm.cont.focus();
			return false;
		} 
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
글 보관함