Ueditor用法

来源:互联网 发布:网络语言拔草什么意思 编辑:程序博客网 时间:2024/05/16 23:34


<html>
<head>
<meta charset="UTF-8">
<title></title>
<script type="text/javascript" charset="utf-8" src="ueditor/ueditor.config.js"></script>
    <script type="text/javascript" charset="utf-8" src="ueditor/ueditor.all.min.js"> </script>
<script type="text/javascript" charset="utf-8" src="ueditor/lang/zh-cn/zh-cn.js"></script>
</head>
<body>
<script type="text/javascript">
 var editor = new baidu.editor.ui.Editor({ textarea:'hxy' });
 editor.render("myEditor");
</script>
<form id="myForm" action="getContent.php" method="post">
<script type="text/plain" id="myEditor"><?php 
$a="fsdsdfdss";
echo $a;


 ?></script>
<input type="submit" value="Form" /> 
</form> 
</body>
</html>
0 0
原创粉丝点击