스마트에디터2 iframe 높이 강제 조절 > JS

본문 바로가기





WEBDEV
사이트 내 전체검색



스마트에디터2 iframe 높이 강제 조절 > JS

스마트에디터2 iframe 높이 강제 조절

페이지 정보

작성자 최고관리자 댓글 0건 조회 4,779회 작성일 17-04-07 11:26

본문

 HuskyEZCreator.js  파일에서 해당 영역 수정함


  try{
   
    nEditorWidth = elIFrame.contentWindow.document.body.scrollWidth || "500px";
    nEditorHeight = elIFrame.contentWindow.document.body.scrollHeight + 12;
    elIFrame.style.width =  "100%";
    elIFrame.style.height = "260px";
    elIFrame.contentWindow.document.body.style.margin = "0";
   }catch(e){
    nhn.husky.EZCreator.hideBlocker(true);
    elIFrame.style.border = "5px solid red";
    elIFrame.style.width = "500px";
    elIFrame.style.height = "260px";
    alert("Failed to access "+sSkinURI);
    return;
   }

댓글목록

등록된 댓글이 없습니다.



회사소개
개인정보처리방침
서비스이용약관
모바일버전
그누보드5
Copyright © 소유하신 도메인. All rights reserved.