会员登录 还没有账号? 立即注册

验证码:

15年专业外贸企业建站 / Google排名首页不是梦!
关注ZZSHE, 享受更多专属优惠吧!

外贸网站建设

UEditor百度编辑器在html代码模式无法更新内容的解决办法

<script type="text/javascript">
function getContent() {
if(UE.getEditor("contents").queryCommandState('source')!=0)
UE.getEditor("contents").execCommand('source'); 
}
</script>

<script id="contents" name="contents" type="text/plain" style="width:98%;height:400px;"><{$product.contents}></script>
<input type="submit" value="确认修改" class="bginput" onclick="getContent()" />

主要是是增加了代码

<script type="text/javascript">
function getContent() {
    if(UE.getEditor("contents").queryCommandState('source')!=0)
        UE.getEditor("contents").execCommand('source'); 
}
</script>

提交按钮增加代码

OnClick="getContent()"

留下脚印

在线客服

定制开发 购买主题 售前咨询 售后服务 微信
微信客服
小鱼儿官方微信

扫描二维码关注微信客服

返回顶部