On 11/10/05, Michele Cella <[EMAIL PROTECTED]> wrote: > > class CalendarDatePicker(Widget): > > css=[CSSLink(static, "calendar-system.css")] > > javascript=[JSLink(static, "calendar.js"), > > JSLink(static, "lang/calendar-en.js"), > > JSLink(static, "calendar-setup.js")] > > Regarding the calendar widget, I've seen you have put all its > javascripts under the static directory, maybe (since there are many > things there and it will probably grow) it's better to put them on > static/calendar/ (easier to maintain/update), the same goes for others > widgets.
You're right, that's a big package and should have its own subdirectory. > Great work IMHO, it's clear that you have put much thought (and time) > on this problem. > 0.9 will simply rock! Thanks! And I certainly hope 0.9 rocks! Kevin

