There is a page contains iframe tag and can I add a Ckeditor inside the iframe
The iframe tag such as
<iframe id="iframe1" src ="index.html" width="100%" height="90%">
<p>Your browser does not support iframes.</p>
</iframe>
Can I use CKEDITOR.replace to change a div element in the index.html?