테스트 사이트 - 개발 중인 베타 버전입니다

스마트 에디터 너비조절 채택완료

올때메로나 10년 전 조회 5,207

현재, smarteditor2 를 사용중입니다.

 

지금 sir 입력창 ^^

 

/smarteditor2/SmartEditor2Skin.html 에서

 

</p><p><div id="smart_editor2"></p><p><span class="Apple-tab-span" style="white-space:pre">	</span><div id="smart_editor2_content"><a href="#se2_iframe" class="blind">글쓰기영역으로 바로가기</a></p><p><span class="Apple-tab-span" style="white-space: pre;">		</span><div class="se2_tool" id="se2_tool"> </p><p>

 

 

 

저.. smart_editor2 의 min-width를 조절하고 싶은데 어디서 하시는지 아시는분 계신가요?

 

 

파일 전체검색해도 잘 안나오고 딱 10px만 줄이고 싶은데요 ㅜㅜ

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
10년 전

/plugin/editor/smarteditor2/js/SE2BasicCreator.js

28번째 줄 살펴보세요. 

nMinWidth:parseInt(elIRField.style.minWidth, 10)||570, 

 

아마 여기도 같이 하셔야 할 것 같네요.

/plugin/editor/smarteditor2/editor.lib.php

41번째 줄 width:100% 부분을 px 단위로 주면 됩니다.

 

$html .= "\n";

 

 $html .= "\n";

 

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

올때메로나
10년 전
위의 방법으로 처리했습니다~ 감사합니다! ㅎㅎㅎ

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인