> Maybe a hit a bug, or I'm just doing things wrong again but: > > installed Scriptaculous from the CogBin using easy_install. All worked > ok. I added scriptaculous.scriptaculous_js and > scriptaculous.prototype_js to the tg.include_widgets (prototype before > scriptaculous) but the resulting web page after processing has the > order completely wrong and scriptaculous complain about not finding > prototype.
If you've included those widgets as you have listed them in that paragraph the it's normal, you should include prototype before scriptaculous: tg.include_widgets = ['scriptaculous.prototype_js', 'scriptaculous.scriptaculous_js'] They should be rendered in the same order as you list the in that list. Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

