Add htmlarea http://www.htmlarea.com/ tool to appdb
This commit is contained in:
22
htmlarea/examples/empty.html
Normal file
22
htmlarea/examples/empty.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>HTMLArea 3.0 core test</title>
|
||||
<script type="text/javascript">
|
||||
_editor_url = "../";
|
||||
_editor_lang = "en";
|
||||
</script>
|
||||
<script type="text/javascript" src="../htmlarea.js"></script>
|
||||
<script type="text/javascript">
|
||||
HTMLArea.loadPlugin("ContextMenu");
|
||||
HTMLArea.onload = function() {
|
||||
var editor = new HTMLArea("editor");
|
||||
editor.registerPlugin(ContextMenu);
|
||||
editor.generate();
|
||||
};
|
||||
HTMLArea.init();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<textarea id="editor" rows="20" cols="80" style="width: 100%"></textarea>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user