Opened 9 years ago
Closed 9 years ago
#13742 closed Bug (invalid)
CKEditor Ajax replace html
Reported by: | Daniel Reyes | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I have an ajax call and I replace the HTMl with a new one
- link button <a hrfe="someaction">
- ajax call, on success with jquery $("#targetDiv").html(response)
- response is an html set it up to use CKEditor
- after load the new html CKEditor is not working
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.3 |
You need to initialise CKEditor manually, e.g. by using
CKEDITOR.replace()
.If you have any further question please ask them on StackOverflow or other forum as this is a bug tracker.