> I'm not sure what's up, but the js is definitely not getting included in > the widget. Would the fact that I am using the tinymce inside a custom > widget change things? I have a class that inherits from TableForm and > uses tinymce inside the fields list. When I view the widget it looks > just like a text area and the tinymce script tag generates a javascript > error in my firebug: > > "tinyMCE is not defined"
Ok, I established that the problem was that I am rendering my widget in my controller code. I personally prefer that, because the arguments I'm passing to it belong there, and not in the template. Any idea what I need to do to get the js included given that I am passing out a rendered widget? Thanks Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

