Hi,
I'm using CKEditor for an in-place editing situation. I put html text in a span tag, and when the user clicks on the span, I replace the contents with an instance of CKEditor. So there are no editors loaded when the page loads. When I click to edit the first time, the editor takes a long time to load, maybe 5 seconds or more, and then all subsequent ones load immediately. I think the delay must be in loading the script files (although it happens every time and I would have expected the js files to be cached), and I'm sure there's a way to pre-load them, but I can't figure out how. Please help! Thanks in advance.
Cheers,
Josh
I'm using CKEditor for an in-place editing situation. I put html text in a span tag, and when the user clicks on the span, I replace the contents with an instance of CKEditor. So there are no editors loaded when the page loads. When I click to edit the first time, the editor takes a long time to load, maybe 5 seconds or more, and then all subsequent ones load immediately. I think the delay must be in loading the script files (although it happens every time and I would have expected the js files to be cached), and I'm sure there's a way to pre-load them, but I can't figure out how. Please help! Thanks in advance.
Cheers,
Josh