스마트에디터 여러개 사용하고싶습니다. 채택완료
a란 게시판에 wr_content2~14까지 필드를 추가로 만들었습니다.
문제는 탭부분의 2번3번은 본문의 에디터가 출력이 안됩니다.
아무래도 display:none; 이 영향이 잇는거 같은데.....이거 해결방법이없을가요 ㅜㅠ
write.skin.php
$wr_content2_editor_html = editor_html('wr_content2', $write['wr_content2'], true); $wr_content2_editor_js = ''; $wr_content2_editor_js .= get_editor_js('wr_content2', true); $wr_content2_editor_js .= chk_editor_js('wr_content2', true);
$wr_content3_editor_html = editor_html('wr_content3', $write['wr_content3'], true); $wr_content3_editor_js = ''; $wr_content3_editor_js .= get_editor_js('wr_content3', true); $wr_content3_editor_js .= chk_editor_js('wr_content3', true);
?>
.tab-content { display: none; }
#tab-1 { display: block; }