http://www.dynamicdrive.com/dynamicinde ... ontent.htm
<a href="javascript:ajaxpage(rootdomain+'/yourcms/FEeditor.php?type=article&id=1', 'div_id'); loadobjs('admincp/editor/ckeditor/plugins/ckfinder/ckfinder.js', 'admincp/editor/ckeditor/ckeditor.js', 'templates/<?php echo $row_disp['current_template']; ?>/css/FEeditor.css')">Edit</a><textarea name="body" id="body" rows="8" cols="40" >
</textarea>
<script type="text/javascript">
//<![CDATA[
CKEDITOR.replace( 'body',
{
skin : 'kama'
});
//]]>
</script>

Re: Using ckeditor 3.5 with dynamically loaded page