Wasn't it purescape who wrote:
>
>Thanks,
>
>I have included a call to "tiny_mce.js" and the "tinyMCE.init()" that
>orders <textareas> replace, but this still does not display the
>WYSIWYG.
It looks like tinyMCE.init() only affects <textarea>s that exist. It
doesn't affects ones that are going to be created in exinfowindows that
might be created in the future.
What probably you have to do is open the info window. Wait for the API
to render the contents. Then call tinyMCE.init().
I tried writing this into the address bar while the info window was
open, and it all worked, except that the Styles box had no options:
javascript:tinyMCE.init({mode:"textareas",theme:"advanced"})
It seems to be safe to call tinyMCE.init() multiple times as long as you
don't try to change the theme of an active textarea.
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---