首頁 > 後端開發 > php教程 > php百度在线编辑器ueditor使用问题,求大神解答

php百度在线编辑器ueditor使用问题,求大神解答

WBOY
發布: 2016-06-06 20:22:41
原創
1178 人瀏覽過

<code>//我这种post过去的文本能直接保存到数据库吗
//




    <meta charset="UTF-8">
    <title>ueditor demo</title>
    <script type="text/javascript">
    //window.UEDITOR_HOME_URL = "./Ueditor/";
    </script>



    <form action="server.php" method="post">
    <!-- 加载编辑器的容器 -->
    <script id="container" name="content" type="text/plain">
     </script>
    
    <!-- 配置文件 -->
    <script type="text/javascript" src="ueditor.config.js"></script>
    <!-- 编辑器源码文件 -->
    <script type="text/javascript" src="ueditor.all.js"></script>
    <!-- 实例化编辑器 -->
    <script type="text/javascript">
        var ue = UE.getEditor('container');
    </script>
   <input type="submit" name="submit" value="提交">
    </form>


</code>
登入後複製
登入後複製

回复内容:

<code>//我这种post过去的文本能直接保存到数据库吗
//




    <meta charset="UTF-8">
    <title>ueditor demo</title>
    <script type="text/javascript">
    //window.UEDITOR_HOME_URL = "./Ueditor/";
    </script>



    <form action="server.php" method="post">
    <!-- 加载编辑器的容器 -->
    <script id="container" name="content" type="text/plain">
     </script>
    
    <!-- 配置文件 -->
    <script type="text/javascript" src="ueditor.config.js"></script>
    <!-- 编辑器源码文件 -->
    <script type="text/javascript" src="ueditor.all.js"></script>
    <!-- 实例化编辑器 -->
    <script type="text/javascript">
        var ue = UE.getEditor('container');
    </script>
   <input type="submit" name="submit" value="提交">
    </form>


</code>
登入後複製
登入後複製
相關標籤:
php
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板