> Okay, I'm using the javascript debugger, and it gives me that error > when I select the full code: > > "Uncaught ReferenceError: mceEditor is not defined" > > I think it's not normal (or I'm very noob), because the article is > editen by TinyMCE and I dunno why that error occurs.
Well, I resolved that error using this: It was solved using CactO_o's double declaration: <script type="text/javascript" src="http://tinymce.moxiecode.com/js/ tinymce/jscripts/tiny_mce/jquery.tinymce.js"></script> <script type="text/javascript" src="http://tinymce.moxiecode.com/js/ tinymce/jscripts/tiny_mce/tiny_mce.js"></script> Now javascript Chrome debugger doesn't give that error; however it didn't give ANY more error when I select full code; I think I'm using that tool badly... -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
