Add htmlarea http://www.htmlarea.com/ tool to appdb
This commit is contained in:
30
htmlarea/examples/character_map.html
Normal file
30
htmlarea/examples/character_map.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Test of CharacterMap plugin</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<script type="text/javascript">
|
||||
_editor_url = "../";
|
||||
_editor_lang = "en";
|
||||
</script>
|
||||
|
||||
<!-- load the main HTMLArea files -->
|
||||
<script type="text/javascript" src="../htmlarea.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
HTMLArea.loadPlugin("CharacterMap");
|
||||
HTMLArea.onload = function() {
|
||||
var editor = new HTMLArea("editor");
|
||||
editor.registerPlugin(CharacterMap);
|
||||
editor.generate();
|
||||
}
|
||||
HTMLArea.init();
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="">
|
||||
<h1>Test of DynamicCSS plugin</h1>
|
||||
|
||||
<textarea id="editor" style="height: 30em; width: 100%;"></textarea>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user