18 lines
334 B
HTML
18 lines
334 B
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="tinymce.min.js"></script>
|
|
<script>tinymce.init({
|
|
selector:'textarea',
|
|
plugins: "table",
|
|
menubar: "table",
|
|
toolbar: "table",
|
|
language: "zh_CN"
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<textarea>Easy! You should check out MoxieManager!</textarea>
|
|
</body>
|
|
</html> |