I've been looking around for some documenation but haven't found any yet. From the samples, it looks like I should leave my <textarea> and call the divarea which will replace my textarea. This doesn't seem to happen. I get this:
<textarea id="editor1" class="full editor" wrap="physical" name="page_body" style="visibility: hidden; display: none;"> … </textarea>
<div id="cke_editor1" class="cke_1 cke cke_reset cke_chrome cke_editor_editor1 cke_ltr cke_browser_gecko" lang="en" aria-labelledby="cke_editor1_arialbl" role="application" dir="ltr">
So calling with replace doesn't work right. It appends... is there any documentation for divarea? If not, how can I use forms with a textarea for the editor? Is that at all possible?