사용자: #434 에 따른 온라인 서식 label title 처리

This commit is contained in:
whitedot
2013-04-17 17:14:12 +09:00
parent fe80ef65ce
commit 5057a2b691
9 changed files with 51 additions and 22 deletions

View File

@ -117,7 +117,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
<td>
<? if ($comment_min || $comment_max) { ?><strong id="char_cnt"><span id="char_count"></span>글자</strong><?}?>
<textarea id="wr_content" name="wr_content" required class="required"
<? if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?> title="댓글내용입력(필수)"><? echo $c_wr_content; ?></textarea>
<? if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><? echo $c_wr_content; ?></textarea>
<? if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?}?>
</td>
</tr>