|
Hello, I had a similar problem. What I understood about this is that the TW widgets are static instances, so If you have dynamic (or several) instances required, you have to instantiate n times the related widget. On my own, I did "fix" this by copying the calendar picker widget in a template function. This is not what should be done, I know this is bullshit, but I didn't have time in order to fix this properly. I would be happy to know the best practice in this dynamic case. Damien On 09/27/2011 10:59 PM, okazdal wrote: Hello, I am trying to use multiple forms with one CalendarDateTimePicker field on the same page. It is a list of their upcoming matches for online gaming clans, what i want to do is a form on every row of the table for clans to schedule their matches. The form has a hidden matchid field and a CalendarDateTimePicker field. The problem is that only the first CalendarDateTimePicker is working, the others don't bring up calender widget. -- 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. |
- [TurboGears] Multiple CalendarDateTimePicker & forms on... okazdal
- Re: [TurboGears] Multiple CalendarDateTimePicker &... Damien Accorsi

