[SmartEditor Basic 0.3.17] 다운받고서 해야 할 일들 > 기술자료 | 해피정닷컴

[SmartEditor Basic 0.3.17] 다운받고서 해야 할 일들 > 기술자료

본문 바로가기

사이트 내 전체검색

[SmartEditor Basic 0.3.17] 다운받고서 해야 할 일들 > 기술자료

Editor [SmartEditor Basic 0.3.17] 다운받고서 해야 할 일들

페이지 정보


본문

 
## Husky.SE_Basic.js 
<156라인> - 초기에 <P> </P> 없애는 방법 
수정 전:  thisRef.oSelection.surroundContentsWithNewNode("P");
수정 후:  thisRef.oSelection.surroundContentsWithNewNode("");
 
<186라인> - DOM Exception: INVALID_CHARACTER_ERR (5) 에러 해결 
수정 전:  button=document.createElement("<BUTTON type='button'>");
수정 후:  if(navigator.appVersion.indexOf("MSIE 9") >-1){button=document.createElement("BUTTON");button.type="button";}else if(this.bIE){button=document.createElement("<BUTTON type='button'>");}else{button=document.createElement("BUTTON");button.type="button";}

<214라인> - 엔터 입력시 <P> 태그가 아닌 <BR> 태그를 먹게 하는 방법 
수정 전:  if(sLineBreaker=="BR"){this.sLineBreaker="BR";}else{this.sLineBreaker="P";
수정 후:  if(sLineBreaker=="BR"){this.sLineBreaker="BR";}else{this.sLineBreaker="BR";

<354라인> - 이렇게 하면 이후 입력되는 엔터는 <P></P> 태그가 아닌 <BR>태그만 먹게 된다. 
수정 전:  new nhn.husky.SE_WYSIWYGEnterKey("P"));
수정 후:  new nhn.husky.SE_WYSIWYGEnterKey("BR"));

 
## HuskyEZCreator.js 
<66라인> - 화면에서 툴바 짤리는 현상 해결 
수정 전:  elIFrame.contentWindow.document.body.style.margin = "0";
수정 후: 67라인에 아래와 같이 한줄추가 
elIFrame.contentWindow.document.body.style.margin = "0";
elIFrame.style.height = "auto";

댓글목록

등록된 댓글이 없습니다.


Total 39건 2 페이지
  • RSS
기술자료 목록
19
Editor   21074  2013-05-30 21:15  
18
Editor   34289  2012-07-26 23:16  
17
Editor   18470  2012-05-24 03:39  
16
Editor   25025  2012-04-16 23:44  
15
Editor   35769  2012-04-13 06:02  
14
Editor   48114  2012-02-07 23:32 ~ 2015-05-11 00:00  
13
Editor   32454  2012-02-07 22:10 ~ 2016-08-31 00:00  
열람
Editor   17731  2011-12-27 14:22  
11
Editor   28039  2011-01-19 23:20  
10
Editor   15791  2011-01-19 19:55  
9
Editor   28302  2010-09-29 01:13  
8
Editor   19295  2010-06-28 18:03 ~ 2017-11-08 17:56  
7
Editor   18490  2009-08-11 11:09  
6
Editor   24218  2009-03-05 20:53 ~ 2017-10-25 12:23  
5
Editor   19923  2007-11-15 19:21  
4
Editor   17870  2007-11-15 19:18  
3
Editor   21869  2007-11-15 18:58  
2
Editor   24395  2007-07-26 05:45  
1
Editor   18492  2007-01-17 11:19 ~ 2018-11-16 13:31  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2025 해피정닷컴. All Rights Reserved.