hi everyone,
im trying to load content in the editor with the CKEDITOR.ajax.load like this :
but the firefox error console says CKEDITOR.ajax does not exists
am i missing something?
thanks!
im trying to load content in the editor with the CKEDITOR.ajax.load like this :
window.onload = function()
{
var editor = CKEDITOR.replace( 'editor1' );
var data = CKEDITOR.ajax.load( '/content/1_1.inc.html' );
editor.setData(data);
};
but the firefox error console says CKEDITOR.ajax does not exists
am i missing something?
thanks!

Re: loading content with CKEDITOR.ajax.load
nobody have a better idea?
Re: loading content with CKEDITOR.ajax.load
Re: loading content with CKEDITOR.ajax.load
Best regards
Carsten
Re: loading content with CKEDITOR.ajax.load