I'm trying to develop a simple management system for press releases for my company and one of the requirements for this system is that it has a wysiwyg interface for the content of the press release. The company has four websites and want to put all the press releases in one place and have the four sites pull the necessary data from there. Anyway, the wysiwyg editor is to make it simpler for non-developers to enter the press releases.
So here's what I'm trying to do. To give it some pizzaz (if it looks good, the boss thinks it is good), I'm trying to use a JQuery modal dialog, populated with JQuery tabs to walk whoever through the process of entering the press release. On the last page, there is an iframe that should be editable using designMode = "on" and exeCommand...
When I just put this iframe in a normal page, it works fine. I can edit things, I can bold them, add italics, blah blah blah... However, when it's in the dialog, it is not editable. I can't type in it or anything.
I've been googling and found one place with the same problem, but no solution.
Would the brilliant people here at StackOverlfow have any idea why this is happening?