asp文件中 UEditor如何显示数据库读取的 内容
数据库有值,就是编辑的时候,UEditor编辑框消失了,但是打开调试工具源码中是有数据的!!!求救。。。。。。<scripttype="text/plain"id="my...
数据库有值,就是编辑的时候, UEditor编辑框消失了,但是打开调试工具 源码中是有数据的!!!
求救。。。。。。
<script type="text/plain" id="myEditor" name="contents" style="width:1000px;height:400px"></script>
<script type="text/javascript" name="contents">
var editor = new UE.ui.Editor();
editor.render("myEditor");
editor.addListener("ready", function(){
editor.setContent('<%=Rs("Contents")%>');
});
</script>
</td>
<script type="text/javascript">
如果把
editor.addListener("ready", function(){
editor.setContent('<%=Rs("Contents")%>');
});
去掉 编辑框就会出来的!!!! 展开
求救。。。。。。
<script type="text/plain" id="myEditor" name="contents" style="width:1000px;height:400px"></script>
<script type="text/javascript" name="contents">
var editor = new UE.ui.Editor();
editor.render("myEditor");
editor.addListener("ready", function(){
editor.setContent('<%=Rs("Contents")%>');
});
</script>
</td>
<script type="text/javascript">
如果把
editor.addListener("ready", function(){
editor.setContent('<%=Rs("Contents")%>');
});
去掉 编辑框就会出来的!!!! 展开
1个回答
展开全部
你换个方法赋值 好像赋值 可以直接用
editor.setContent('<%=Rs("Contents")%>');
就可以了吧 不需要 触发editor.addListener
editor.setContent('<%=Rs("Contents")%>');
就可以了吧 不需要 触发editor.addListener
更多追问追答
追问
editor.ready(function(){
editor.setContent('');
})
亲, 俺就是用上这个也不可以的!!!不加这句
编辑框可以出来加上 就玩完。
还求赐教
追答
我的意思值
editor.ready(function(){ }) 去掉
只用 editor.setContent('');
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询