余志国网站设计工作室是专业从事义乌网站建设、义乌外贸网站建设、义乌网站制作、义乌网站设计的专业义乌网站建设工作室,是义乌外贸网站建设专家!

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

分类:程序开发 Tags: UEditor 编辑器 评论:0 浏览:2661 最近更新时间:2018/12/10 16:51:52

使用UEditor百度编辑器编辑器发现一个bug,就是切换到html源代码模式发现,无法保存更新的内容,保存后内容还是老的。可以通过以下办法解决。

<script type="text/plain" id="content" name="content"><%=rs("content")%></script>
<script type="text/javascript">UE.getEditor("content")</script>

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

<input name="Submit" type="submit" value="修 改" OnClick="getContent()">

主要是是增加了代码

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

提交按钮增加代码

OnClick="getContent()"


本文地址:/635/
  • 相关文章
  • 推荐文章
  • 最新文章
发表评论





您的IP:44.222.82.133,来自:

留言

 


免费咨询
建站咨询热线
15967985565
QQ: 358758308 Skype: yuzhiguo Facebook: yuzhiguo Email