On 10/24/06, Matthew Bevan <[EMAIL PROTECTED]> wrote: > > Howdy! > > I have a particular set of requirements when it comes to my CSS and JS - it > needs to come out in the same order I put it in. I have several "global" JS > widgets set, in order: MochiKit (from TurboGears), CSSQuery, and my Custom > JS. I also have many CSS files, in order: Yahoo (reset,fonts,grids), and my > Custom CSS. I expect CSS/JS added by form-based widgets to be output after > the global CSS/JS. Unfortunately, this isn't happening on -some- > controllers, but is working correctly on others. > is everything wrap in widgets or just some of them? if all your CSS and javascript is wrap in a widget then this is probably a bug in the widgets api.
if you have mix "normal" JS and CSS with widget ones then we need a deeper look since that was not expected in the widgets design. > This is a bit of a critical issue, as forms with garbled output orders just > don't work, as you could imagine. Should I submit a ticket? > yes indeed and the implementation of this is much more complex in order to be sure that gets out right. yes please post a ticket if you could post a sample project exposing the issue it will be great. > As a temporary fix, I have referenced the appropriate JS by hand in my > sitetemplate, but I want to use JSLinks to help facilitate . > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

