Ticket #4520 (confirmed Bug)
Need an ID on iFrame
| Reported by: | rbeck77 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
We are trying to use a third party spell check program in congunction with the CKeditor. The spell check requires that we pass the ID of the iFrame the editor runs in. When I examine the generated HTML I see there is no ID on the iFrame. Is there a way to set an ID that we may then use?
Note: See
TracTickets for help on using
tickets.

Editor has something like bodyId (http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.bodyId) - I'm not sure if this isn't enough in your case.
Nevertheless if the only thing that this spellchecker needds is iframe id then CKEditor should provide some sort of the hook. CKEditor could generate random id for iframe but it would also have to provide some read-only property which is available on instance basis E.g. editor.iframeId.