I am making an app where I need to create and edit iframes using the FCKEditor. When I create one from source view or insertHtml w/ a plugin, I see the resulting iframe code in the editor which appears like a preview (showing the content of the iframe only). I cannot select the iframe for editing and when I click&drag it around, it drags the inner content and not the actual iframe. I would like to have iframes be drag and drop-able and am looking for some implementations that might be able to do this. Ideally, the appearance of the iframe would be similar to an <embed> tag so I could drag&drop and the iframe itself would move, not the content in it. This might be good feature to implement, but I am sure that a lot of people like how iframes are displayed already. I just want them to be a black box, I dont need to know the content of the iframe when I am editing, just the position and size. Is there a way in the config or javascript that I could change the behavior of iframe tags?
Thu, 02/19/2009 - 21:44
#1