editor.js/example.html
khaydarov 458c834dc9 new redactor version (#94)
* new redactor version

* update

* update

* bundler config updated

* clear bundler without plugins
2016-12-07 21:25:31 +03:00

27 lines
502 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<textarea name="" id="codex_area" cols="30" rows="10" hidden></textarea>
</body>
<script src="./codex-editor.js?v=10"></script>
<link rel="stylesheet" href="./codex-editor.css?v=10">
<script>
codex.start({
textareaId : "codex_area",
data : {
items: [],
count: 0
}
});
</script>
<link rel="stylesheet" href="codex-editor.css">
</html>