I'm trying to insert some text from a popup window into the FCKeditor in the parent window. I've tried adding window.opener. before FCKeditorAPI.GetInstance when defining the oEditor variable in the insertHTML function, but that didn't work. I've also tried window.opener.document.formname. but that didnt work either.
I had a look at the smiley popup window, but couldn't figure out how it worked and there's a chance that since it's launched from an fckEditor button, it's no something I could replicate with a popup launched from a link.
Does anyone know how to do this?
I had a look at the smiley popup window, but couldn't figure out how it worked and there's a chance that since it's launched from an fckEditor button, it's no something I could replicate with a popup launched from a link.
Does anyone know how to do this?

RE: InsertHTML from Popup Window
RE: InsertHTML from Popup Window
RE: InsertHTML from Popup Window
Can you maybe explain where your plugin is different from the standard Template functionality of FCKeditor?
RE: InsertHTML from Popup Window
HtmlTiles 1.0 can now be found in the plugins section (renamed it from HtmlBlock).
RE: InsertHTML from Popup Window
RE: InsertHTML from Popup Window