i did not achieve to render dynamic page in a div. but html editor done it. now i want to just browse page. there is no edit , no save. just lookup. so i must use setReadOnly parameter of ckeditor.( http://docs.ckeditor.com/#!/guide/dev_readonly ) but i cant send to htmleditor 'config.readOnly = true;'
UPDATE:
$CKEditor_config["readOnly"] = true;
but at work;that code did not worked. now it works. interesting...
solved.