So I have a page that hosts a wwModalDialog window. The window does not show on the page until a button is clicked. When it does the FCKEditor is created - except it generates an error in Chrome.
I know there must be a way to reference creating the object on the page load and then keep it's visibility property set to false. Then when the modal window gets called, set the visible to true and load the text into the editor.
Does this sound like a game plan and if so, where in the onload is the best place to create the editor?
--hm
--hm--