Spellchecker 는 기본값이 true 이다.
에디터창에 입력된 텍스트가 많으면 맞춤법 확인하느라 로딩이 상당하다.
그래서, 작동안시키기로 결심.
/ckeditor/_source/plugins/wysiwygarea/plugin.js 에서
CKEDITOR.config.disableNativeSpellChecker = false; 로 변경하면 된다.
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
Posted by 홍반장
//브라우져 체크
function broswerCheck(formName){
// ms explorer 일 경우
if(navigator.appName.indexOf("Microsoft") != -1){
var str = Form.serialize(formName);
}else{
var str = document.forms[formName].serialize();
}
return str;
}
//--- navigator.appName.indexOf('Netscape')
Posted by 홍반장
Posted by 홍반장
- 홍반장
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |