스마트에디터 높이 조정은 어디서해야하나요!?
본문
안녕하세요!
스마트에디터 높이 조정은 어디서해야하나요!?
어디서..스타일을 조정해야하나요 ㅠㅠ.
답변 4
/plugin/editor/smarteditor2/js/SE2BasicCreator.js
27번째 줄 nMinHeight:320, 수치 조정하세요.
<textarea name="wr_content" id="tx_wr_content" rows="1" cols="1" style="width: 100%; height: 300px; display: none;"></textarea>
이런식으로 지정해줄꺼같은데요
그럼 어딘가에 css로 높이가 설정되있는건 아닌지 모르겠네요.
url이 없어서 직접 확인을 못하니..
브라우져마다 다르긴 합니다만 우클릭 > 요소검사로 css 추적해보심이..
/plugin/editor/smarteditor2/js/service/SE2BasicCreator.js
이 파일에서
nMinHeight:380 수정
/plugin/editor/smarteditor2/editor.lib.php
이 파일에서
$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\" maxlength=\"65536\" style=\"width:100%;height:400px\">$content</textarea>";
height: 400px 과 같이 수정해 주면 되네요.
답변을 작성하시기 전에 로그인 해주세요.