Opened 13 years ago
Closed 13 years ago
#8725 closed Bug (invalid)
CKEDITOR.appendTo used for tag 'textarea',does not work
Reported by: | mars | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.2 |
Keywords: | Cc: | 8968102@… |
Description
example:
<textarea id="editor"> akdfkjwjjwjj<sdhfjsd><ijsdoifjo>sjdiofjiosdjfoe </textarea>
CKEDITOR.replace('editor'); is success! CKEDITOR.appendTo('editor'); is error!
Attachments (1)
Change History (2)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Keywords: | appendTo replace removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
appendTo - means that you add CKEditor inside specified element. This element will be used as a wrapped for CKEditor. Now to my knowledge no matter what you pass into textarea it will be treated as text.
So just to sum up it's impossible. Only replace method can be used for textarea.
appendTo can not work