Home > Editor > UEditor WYSIWYG HTML Editor
 

UEditor Demo : Add page , php Code:

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

<script type="text/javascript" charset="utf-8" src="ueditor1_3_6-utf8-php/ueditor.config.js"></script>
<script type="text/javascript" charset="utf-8" src="ueditor1_3_6-utf8-php/ueditor.all.min.js"> </script>
<script type="text/javascript" charset="utf-8" src="ueditor1_3_6-utf8-php/lang/en/en.js"></script>

<style type="text/css">
.clear {
clear: both;
}
</style>
</head>

 

<body>

<form action="ueditor_add2.php" method="post">
<script id="editor" type="text/plain" style="width:1024px;height:500px;" name="myContent"></script>
<input type="hidden" name="do" value="add" />
<input type="submit" name="Submit" value="Submit">
</form>


 

</body>
<script type="text/javascript">
UE.getEditor('editor');
</script>
</html>

Recommend

KindEditor Editor    |    UEditor Editor    |    xhEditor Editor    |    openWYSIWYG Editor    |    jqrte Editor    |    FCKeditor Editor    |    nicEdit Editor    |    wyzz Editor