#1057: CalendarDatePicker should support setting the default date
---------------------+------------------------------------------------------
 Reporter:  bjourne  |       Owner:  anonymous
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:           
Component:  Widgets  |     Version:  0.9a6    
 Severity:  normal   |    Keywords:           
---------------------+------------------------------------------------------
 {{{
 #!python
 from datetime import date
 from turbogears.widgets import CalendarDatePicker
 p = CalendarDatePicker()
 p.default = date.today()
 }}}

 This doesn't work because the default property doesn't have a setter. But
 AFAICT, there is no reason why it shouldn't have one.

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1057>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to