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

  1. link button <a hrfe="someaction">
  2. ajax call, on success with jquery $("#targetDiv").html(response)
  3. response is an html set it up to use CKEditor
  4. after load the new html CKEditor is not working

Change History (1)

comment:1 Changed 9 years ago by Piotrek Koszuliński

Resolution: invalid
Status: newclosed
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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy