2018-06-03 22:26:41 +08:00

17 lines
529 B
HTML

<html>
<head>
<title>HtmlEdit</title>
<script type="text/javascript">var _editor_url = "";</script>
<script type="text/javascript" src="as_htmleditor.js"></script>
<script type="text/javascript" src="../../../resources/js/chart/json2.js"></script>
</head>
<body>
<textarea name="describe1" style="width:640; height:150">
<p>Here is some sample text: <b>bold</b>, <i>italic</i>, <u>underline</u>. </p>
</textarea>
<script type="text/javascript">
var config = new Object();
editor_generate('describe1');
</script>
</body>
</html>