그누보드5 스마트에디터2(Smarteditor2) A 태그 자동삽입기능 삭제
본문
그누보드5 스마트에디터2(Smarteditor2) A 태그 자동삽입기능 삭제가능한가요?
SE2M_Configuration.js 파일에서 아래 bAutolink 를 false로 했고,
nhn.husky.SE2M_Configuration.SE2M_Hyperlink = {
bAutolink : false // 자동링크기능 사용여부(기본값:true)
};
smarteditor2.js 여기에 bAutolink === true 설정했습니다.
$BEFORE_MSG_APP_READY : function(){
var htOptions = nhn.husky.SE2M_Configuration.SE2M_Hyperlink;
if(htOptions && htOptions.bAutolink === true){
// 자동링크 컨버터 비활성화
this.$ON_REGISTER_CONVERTERS = null;
// UI enable/disable 처리 제외
this.$ON_DISABLE_MESSAGE = null;
this.$ON_ENABLE_MESSAGE = null;
// 브라우저의 자동링크기능 비활성화
try{ this.oApp.getWYSIWYGDocument().execCommand("AutoUrlDetect", false, false); } catch(e){}
}
},
할수 있는건 다했다고 생각하는데 계속 a태그가 지져분하게 삽입되네요. ㅠ.ㅠ
고수님들 도와주세요.
!-->!-->
답변을 작성하시기 전에 로그인 해주세요.