그누보드5 스마트에디터2(Smarteditor2) A 태그 자동삽입기능 삭제

그누보드5 스마트에디터2(Smarteditor2) A 태그 자동삽입기능 삭제

QA

그누보드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태그가 지져분하게 삽입되네요. ㅠ.ㅠ 

고수님들 도와주세요. 

이 질문에 댓글 쓰기 :

답변을 작성하시기 전에 로그인 해주세요.
전체 123,475 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT