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

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

//我这种post过去的文本能直接保存到数据库吗
//
<!DOCTYPE HTML>
<html lang="en-US">

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

<body>
    <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>
</body>

</html>
【热门文章】
【热门文章】