asp ueditor获取不到内容

honhole 次浏览

摘要:asp ueditor获取不到内容,是因为form和table的位置,必须 < form >包着< table >才可以正常使用,也不知道这是什么样的bug。。...

asp ueditor获取不到内容,是因为form和table的位置,

必须  <form>包着<table>才可以正常使用,也不知道这是什么样的bug。。


<script type="text/javascript" charset="utf-8" src="../uueditor/ueditor.config.js"></script>

       <script type="text/javascript" charset="utf-8" src="../uueditor/ueditor.all.min.js"> </script>

       <script type="text/javascript" charset="utf-8" src="../uueditor/lang/zh-cn/zh-cn.js"></script>

<textarea id="productcontent" name="productcontent" style="height:500px;"><%=pro_content%></textarea>

<script>var ue = UE.getEditor('productcontent', { initialFrameWidth: null , autoHeightEnabled: false});

</script>



随机内容