Discuz!7.2帖子回复框内添加提示背景图片代码
修改viewthread_fastpost.htm
找到:
- onKeyDown="seditor_ctlent(event, <!--{if $ordertype != 1}-->'fastpostvalidate($(\'fastpostform\'))'<!--{else}-->'$(\'fastpostform\').submit()'<!--{/if}-->);" tabindex="4" class="txtarea"></textarea>
复制代码
替换:
- <textarea rows="5" cols="80" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event, <!--{if $ordertype != 1}-->'fastpostvalidate($(\'fastpostform\'))'<!--{else}-->'$(\'fastpostform\').submit()'<!--{/if}-->);" tabindex="4" class="txtarea"style="BACKGROUND: url(图片地址) #fff no-repeat center top;" onclick="this.style.background=''"></textarea>
复制代码
|
附件:
您需要登录才可以下载或查看附件。没有帐号?注册 