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/
-
• ASP在线创建ACCESS表或添加字段代码
• Fckeditor 2.6.3 ASP版增加检测上传文件是否为木马功能
• 兼容IE和firefox火狐浏览器的网页两侧对联广告代码
• 使用Aspjpeg组件,自动按宽高比例生成产品缩略图ASP代码
• ASP在后一页刷新前一页代码
• ASP网页过滤HTML代码的多种方法
• 网页加密攻略:使用ASP程序密码锁
• JS、ASP、PHP自动检测浏览器语言并转到相关URL
• 兼容IE和Firefox火狐的上下、左右循环滚动JS代码
• 在文章内容中随机插入网站版权文字,防止采集