How do i assign a unique custom id for the iframe so that i can retrieve the contents of it for my form submission.
Ex:
When i do CKEDITOR.replace("sampleText"); i do get IFrame at run time.. I see IFrame gets generated
div id="cke_sampleText"
iframe
hello
iframe We have multiple Ck Editor on the same page. If the same id gets assigned to the Iframe id="cke_editor_sampeText"> i could get reference to my iframe and i could get the content.. But i do not see the id is getting generated for Iframe. Any inputs highly appreciated.. Removing the syntax as it is not rendering properly