Change textareaId to holderId release.1.6.0

This commit is contained in:
Taly Guryn 2017-03-15 17:23:03 +03:00
commit 53fb12dc7e
7 changed files with 11 additions and 12 deletions

View file

@ -13,7 +13,7 @@
</head>
<body>
<textarea name="" id="codex_area" cols="30" rows="10" hidden></textarea>
<div id="codex-editor"></div>
</body>
@ -53,7 +53,7 @@
<script>
codex.editor.start({
textareaId : "codex_area",
holderId : "codex-editor",
initialBlockPlugin : 'paragraph',
hideToolbar: false,
tools : {